mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
8 lines
385 B
Plaintext
8 lines
385 B
Plaintext
o Minor bugfixes (compression):
|
|
- When spooling compressed data to an output buffer, don't try to
|
|
spool more data when there is no more data to spool and we are
|
|
not trying to flush the input. Previously, we would sometimes
|
|
launch compression requests with nothing to do, which interferes
|
|
with our 22672 checks. Fixes bug 22719; bugfix on 0.2.0.16-alpha.
|
|
|