]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file for bug5263
authorNick Mathewson <nickm@torproject.org>
Tue, 5 Jun 2012 16:11:08 +0000 (12:11 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 13 Jun 2012 20:21:27 +0000 (16:21 -0400)
changes/bug5263 [new file with mode: 0644]

diff --git a/changes/bug5263 b/changes/bug5263
new file mode 100644 (file)
index 0000000..25793f1
--- /dev/null
@@ -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.