Merge branch 'maint-0.3.4'

This commit is contained in:
Nick Mathewson
2018-10-17 13:02:23 -04:00
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -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();
}