Ignore all bufferevent events on a marked connection

Bug 4697; fix on 0.2.3.1-alpha
This commit is contained in:
Nick Mathewson
2011-12-17 14:06:10 -05:00
parent 37504b5efa
commit e5e50d86ca
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes:
- Fix an assertion failure when, while running with bufferevents, a
connection finishes connecting after it is marked for close, but
before it is closed. Fix for bug 4697; Bugfix on 0.2.3.1-alpha.