mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-09 20:53:45 +01:00
d9a6b37ab1
This patch causes `tor_compress_is_compression_bomb()` to emit a warning-level log message that lets us learn the potential ratio of the input to output buffer sizes. Hopefully, this will give us a bit of a better idea whether the compression bomb ratio needs some tuning. See: tpo/core/tor#40739.
4 lines
169 B
Plaintext
4 lines
169 B
Plaintext
o Minor features (debugging, compression):
|
|
- Log the input and output buffer sizes when we detect a potential
|
|
compression bomb. Diagnostic for ticket 40739.
|