From: Nick Mathewson Date: Tue, 5 Jun 2012 16:11:08 +0000 (-0400) Subject: Add changes file for bug5263 X-Git-Tag: tor-0.2.3.17-beta~18^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c588730598c8da6c8ad8f0829e443235699a37d;p=thirdparty%2Ftor.git Add changes file for bug5263 --- 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.