Merge branch 'maint-0.2.9' into release-0.2.9

This commit is contained in:
Nick Mathewson
2017-12-11 16:56:31 -05:00
2 changed files with 11 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
o Minor bugfixes (network layer):
- When closing a connection via close_connection_immediately(), we
mark it as "not blocked on bandwidth", to prevent later calls
from trying to unblock it, and give it permission to read. This
fixes a backtrace warning that can happen on relays under various
circumstances. Fixes bug 24167; bugfix on 0.1.0.1-rc.