mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
5537e1fc45
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.
7 lines
350 B
Plaintext
7 lines
350 B
Plaintext
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.
|