Discard all cells on a marked connection

Fix for bug 4299
This commit is contained in:
Nick Mathewson
2011-10-28 17:04:15 -04:00
parent f6b1dc2805
commit cf8bffa359
2 changed files with 11 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
o Major bugfix:
- Do not process cells on a marked-for-close connection. We previously
avoided this by not calling read handlers on marked connections, but
that's not adequate for the case when cells are very small. Fixes
bug 4299; bugfix on 0.2.0.20-rc which first made small cells possible.