diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-09-15 13:06:54 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-09-15 13:06:54 -0400 |
commit | 87f18c9578323cbb9229aba9a271bc7a6362a07a (patch) | |
tree | fa5333fcca5208d8dc8848bbe2cdec1d8e65300b /changes/bug1184 | |
parent | 4e3373f7fe24c281b88c9a139854afa1c213d163 (diff) | |
download | tor-87f18c9578323cbb9229aba9a271bc7a6362a07a.tar.gz tor-87f18c9578323cbb9229aba9a271bc7a6362a07a.zip |
Never queue a cell on a marked circuit
Diffstat (limited to 'changes/bug1184')
-rw-r--r-- | changes/bug1184 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/bug1184 b/changes/bug1184 index 003ad0d916..856cdc644d 100644 --- a/changes/bug1184 +++ b/changes/bug1184 @@ -4,4 +4,6 @@ it may have been possible for a few queued cells to get relayed, even though they would have been immediately dropped by the next OR in the circuit. Fix 1184; bugfix on 0.2.0.1-alpha. + - Never queue a cell for a circuit that's already been marked + for close. |