diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-05 12:11:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-13 16:21:27 -0400 |
commit | 9c588730598c8da6c8ad8f0829e443235699a37d (patch) | |
tree | 21c306da9874007c930824f12531ebb3ddc1d974 | |
parent | 9282c88998f80a027b5260472bf21125693a15bc (diff) | |
download | tor-9c588730598c8da6c8ad8f0829e443235699a37d.tar.gz tor-9c588730598c8da6c8ad8f0829e443235699a37d.zip |
Add changes file for bug5263
-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 0000000000..25793f141b --- /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. |