mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'maint-0.3.4'
This commit is contained in:
@@ -3308,7 +3308,7 @@ connection_write_bw_exhausted(connection_t *conn, bool is_global_bw)
|
||||
{
|
||||
(void)is_global_bw;
|
||||
conn->write_blocked_on_bw = 1;
|
||||
connection_stop_reading(conn);
|
||||
connection_stop_writing(conn);
|
||||
reenable_blocked_connection_schedule();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user