diff options
author | David Goulet <dgoulet@torproject.org> | 2021-02-18 12:49:33 -0500 |
---|---|---|
committer | Alexander Færøy <ahf@torproject.org> | 2021-08-11 12:47:20 +0000 |
commit | 70d8fb3eabd0a67ef298a2d36992c8d638a3d0b8 (patch) | |
tree | ebfa80966505d246e3c58403b55112a925efbcff /changes | |
parent | 4865eabd18d0b5a70bf971814213327c0ca8b106 (diff) | |
download | tor-70d8fb3eabd0a67ef298a2d36992c8d638a3d0b8.tar.gz tor-70d8fb3eabd0a67ef298a2d36992c8d638a3d0b8.zip |
relay: Reduce streaming compression ratio from HIGH to LOW
Fixes #40301
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40301 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket40301 b/changes/ticket40301 new file mode 100644 index 0000000000..c1fd821e3f --- /dev/null +++ b/changes/ticket40301 @@ -0,0 +1,4 @@ + o Minor bugfixes (relay): + - Reduce the compression level for data streaming from HIGH to LOW. Fixes + bug 40301; bugfix on 0.3.5.1-alpha. + |