From: Nick Mathewson Date: Tue, 27 Sep 2011 17:40:39 +0000 (-0400) Subject: Allow "finished flushing" during v3 handshake X-Git-Tag: tor-0.2.3.6-alpha~30^2~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7935c4bdfab55dfa3e87345f84b73772dbc50110;p=thirdparty%2Ftor.git Allow "finished flushing" during v3 handshake --- diff --git a/src/or/connection_or.c b/src/or/connection_or.c index a391ca7c03..ecd4af371c 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);