diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-27 10:31:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-27 10:31:03 -0400 |
commit | 50be4600ae14687b9f4901b4d38a5dce644f5648 (patch) | |
tree | fd1b7bb128942d0453ce80b18131061e82da3aa3 /changes | |
parent | b546d8bc2bfa0e20bdd14181a29a91ba31df2f0e (diff) | |
download | tor-50be4600ae14687b9f4901b4d38a5dce644f5648.tar.gz tor-50be4600ae14687b9f4901b4d38a5dce644f5648.zip |
changes file for bug 22719
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22719 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug22719 b/changes/bug22719 new file mode 100644 index 0000000000..bfcda0a4e1 --- /dev/null +++ b/changes/bug22719 @@ -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. + |