diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-10-28 17:04:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-10-28 17:04:15 -0400 |
commit | cf8bffa35901a26ae840dcd715dd2f664259efb3 (patch) | |
tree | c39754282de34e3641de07ab2cb0f0241614f2b7 /changes | |
parent | f6b1dc2805ce23d4f7fddcf2714b13f718d20038 (diff) | |
download | tor-cf8bffa35901a26ae840dcd715dd2f664259efb3.tar.gz tor-cf8bffa35901a26ae840dcd715dd2f664259efb3.zip |
Discard all cells on a marked connection
Fix for bug 4299
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4299 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug4299 b/changes/bug4299 new file mode 100644 index 0000000000..c43d81460a --- /dev/null +++ b/changes/bug4299 @@ -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. |