mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
782eb02b79
A cached_dir_t object (for now) is always compressed with DEFLATE_METHOD, but in handle_get_status_vote() to we were using the general compression-negotiation code decide what compression to claim we were using. This was one of the reasons behind 22502. Fixes bug 22669; bugfix on 0.3.1.1-alpha
5 lines
193 B
Plaintext
5 lines
193 B
Plaintext
o Minor bugfixes (compression):
|
|
- When serving directory votes compressed with zlib,
|
|
do not claim to have compressed them with zstd. Fixes bug 22669;
|
|
bugfix on 0.3.1.1-alpha.
|