diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-08-06 12:58:18 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-06 12:58:18 -0400 |
commit | 887d86b76d0c10883c1516fc19e8b796a70479cf (patch) | |
tree | ac0db2bb3bc05b3e698ce57d7b74b4a6c7cdf34c /changes | |
parent | e86c3b283a20e496e387f5d0fffbd408eee0e0d9 (diff) | |
parent | aadff62745bfa15816ba8c725d9b9cf17abb53d0 (diff) | |
download | tor-887d86b76d0c10883c1516fc19e8b796a70479cf.tar.gz tor-887d86b76d0c10883c1516fc19e8b796a70479cf.zip |
Merge remote-tracking branch 'public/decouple-write'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/decouple-write-handle_write | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/decouple-write-handle_write b/changes/decouple-write-handle_write new file mode 100644 index 0000000000..4ef9b3fbad --- /dev/null +++ b/changes/decouple-write-handle_write @@ -0,0 +1,7 @@ + o Removed features: + - Remove the code that would try to aggressively flush controller + connections while writing to them. This code was introduced in + 0.1.2.7-alpha, in order to keep output buffers from exceeding their + limits. But there is no longer a maximum output buffer size, and + flushing data in this way caused some undesirable recursions + in our call graph. Closes ticket 16480. |