Add changes file for bug5263

This commit is contained in:
Nick Mathewson 2012-06-05 12:11:08 -04:00
parent 9282c88998
commit 9c58873059

5
changes/bug5263 Normal file
View file

@ -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.