mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Actually accept cells in SERVER_RENEGOTIATING
This commit is contained in:
parent
6bfb31ff56
commit
40f343e176
@ -376,8 +376,8 @@ connection_or_process_inbuf(or_connection_t *conn)
|
||||
}
|
||||
|
||||
return ret;
|
||||
#ifdef USE_BUFFEREVENTS
|
||||
case OR_CONN_STATE_TLS_SERVER_RENEGOTIATING:
|
||||
#ifdef USE_BUFFEREVENTS
|
||||
if (tor_tls_server_got_renegotiate(conn->tls))
|
||||
connection_or_tls_renegotiated_cb(conn->tls, conn);
|
||||
if (conn->_base.marked_for_close)
|
||||
|
Loading…
Reference in New Issue
Block a user