commit 7935c4bdfab55dfa3e87345f84b73772dbc50110 Author: Nick Mathewson nickm@torproject.org Date: Tue Sep 27 13:40:39 2011 -0400
Allow "finished flushing" during v3 handshake --- src/or/connection_or.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/or/connection_or.c b/src/or/connection_or.c index a391ca7..ecd4af3 100644 --- a/src/or/connection_or.c +++ b/src/or/connection_or.c @@ -439,6 +439,7 @@ connection_or_finished_flushing(or_connection_t *conn) case OR_CONN_STATE_PROXY_HANDSHAKING: case OR_CONN_STATE_OPEN: case OR_CONN_STATE_OR_HANDSHAKING_V2: + case OR_CONN_STATE_OR_HANDSHAKING_V3: break; default: log_err(LD_BUG,"Called in unexpected state %d.", conn->_base.state);
tor-commits@lists.torproject.org