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:51:32 +0000 |
commit | 399518da022ea94bd0644082e29012a51aec5697 (patch) | |
tree | 3199f87f9fd2ad896545e8fbd364ece0f392f7c2 /changes | |
parent | 87492154e0a68ae369ea9fc40dcaa037e8f871a4 (diff) | |
download | tor-399518da022ea94bd0644082e29012a51aec5697.tar.gz tor-399518da022ea94bd0644082e29012a51aec5697.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. + |