diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-13 16:23:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-13 16:23:16 -0400 |
commit | 54ef039ba527acba4cbcde158b17674e91ede904 (patch) | |
tree | f1966946aef41a3f592a0c182e1f61d5a47a6160 /changes | |
parent | 37ef4f1689b51f2c78a1f02ec466b2fd34d11636 (diff) | |
parent | 9c588730598c8da6c8ad8f0829e443235699a37d (diff) | |
download | tor-54ef039ba527acba4cbcde158b17674e91ede904.tar tor-54ef039ba527acba4cbcde158b17674e91ede904.tar.gz |
Merge branch 'bug5263_023'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug5263 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug5263 b/changes/bug5263 new file mode 100644 index 000000000..25793f141 --- /dev/null +++ b/changes/bug5263 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Disable writing on marked-for-close connections when they are + blocked on bandwidth, to prevent busy-looping in Libevent. Fixes + bug 5263; bugfix on 0.0.2pre13, where we first added a special + case for flushing marked connections. |