mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
If "Log debug ..." is not set, the decrement never happens. This lead to the package/deliver window to be out of sync at the stream level and thus breaking the connection after 50+ cells. Fixes #30628 Signed-off-by: David Goulet <dgoulet@torproject.org>
5 lines
343 B
Text
5 lines
343 B
Text
o Major bugfixes (Flow Control, SENDME):
|
|
- The decrement of the stream-level package window was done in a log_debug()
|
|
statement meaning that if the debug logs were not enabled, the decrement
|
|
would never happen and thus the window would be out of sync with the other
|
|
end point. Fixes bug 30628; bugfix on 0.4.1.1-alpha.
|