]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for bug 22719
authorNick Mathewson <nickm@torproject.org>
Tue, 27 Jun 2017 14:31:03 +0000 (10:31 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 27 Jun 2017 14:31:03 +0000 (10:31 -0400)
changes/bug22719 [new file with mode: 0644]

diff --git a/changes/bug22719 b/changes/bug22719
new file mode 100644 (file)
index 0000000..bfcda0a
--- /dev/null
@@ -0,0 +1,7 @@
+  o Minor bugfixes (compression):
+    - When spooling compressed data to an output buffer, don't try to
+      spool more data when there is no more data to spool and we are
+      not trying to flush the input. Previously, we would sometimes
+      launch compression requests with nothing to do, which interferes
+      with our 22672 checks. Fixes bug 22719; bugfix on 0.2.0.16-alpha.
+