Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
12 additions
and 11 deletions.
- +6 −0 changes/bug27750
- +6 −11 src/core/mainloop/mainloop.c
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| @@ -0,0 +1,6 @@ | ||
| o Minor bugfixes (connection, relay): | ||
| - Avoid a wrong BUG() stacktrace in case a closing connection is being held | ||
| open because the write side is rate limited but not the read side. Now, | ||
| the connection read side is simply shutdown instead of kept open until tor | ||
| is able to flush the connection and then fully close it. Fixes bug 27750; | ||
| bugfix on 0.3.4.1-alpha. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters