mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Allow "finished flushing" during v3 handshake
This commit is contained in:
parent
83bb9742b5
commit
7935c4bdfa
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue