diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-29 11:38:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-29 11:38:06 -0400 |
commit | 3781678a3c38fbbf95abea9c055d08ca20b870f6 (patch) | |
tree | 56b34dc2923f1220a2d412dc721b2cbbd00f4c0b /changes/bug22670_02 | |
parent | 2c718c1a12f06bdaa9c735a8d201c20b7ca4cfac (diff) | |
parent | 31a08ba26fc5eaa12de6d3c5efa3aac4d00509d0 (diff) | |
download | tor-3781678a3c38fbbf95abea9c055d08ca20b870f6.tar.gz tor-3781678a3c38fbbf95abea9c055d08ca20b870f6.zip |
Merge branch 'maint-0.3.1'
Diffstat (limited to 'changes/bug22670_02')
-rw-r--r-- | changes/bug22670_02 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug22670_02 b/changes/bug22670_02 new file mode 100644 index 0000000000..3e7a428faf --- /dev/null +++ b/changes/bug22670_02 @@ -0,0 +1,4 @@ + o Minor bugfixes (logging, compression): + - When decompressing, treat mismatch between content-encoding and + actual compression type as a protocol warning. Fixes part of bug + 22670; bugfix on 0.1.1.9-alpha. |