mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
stop a bug that straycat may have found
svn:r964
This commit is contained in:
@@ -435,6 +435,7 @@ int connection_edge_finished_flushing(connection_t *conn) {
|
||||
connection_edge_consider_sending_sendme(conn);
|
||||
return 0;
|
||||
case AP_CONN_STATE_SOCKS_WAIT:
|
||||
case AP_CONN_STATE_CIRCUIT_WAIT:
|
||||
connection_stop_writing(conn);
|
||||
return 0;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user