mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
This prevents us from calling allowed_anonymous_connection_compression_method() on the unused guessed method (if any), and rejecting something that was already safe to use.
6 lines
350 B
Text
6 lines
350 B
Text
o Minor bugfixes (compression):
|
|
- When decompressing an object received over an anonymous directory
|
|
connection, if we have already successfully decompressed it using an
|
|
acceptable compression method, do not reject it for looking like an
|
|
unacceptable compression method. Fixes part of bug 22670; bugfix on
|
|
0.3.1.1-alpha.
|