Skip to content

Add diagnostic log message for compression bombs.

Alexander Færøy requested to merge ahf/tor:ahf/40739_048_debug into maint-0.4.8

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: #40739.

Merge request reports