diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-12-16 18:52:34 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-16 18:52:34 -0500 |
commit | 24fcb6adbb3896395edda38d6ecccb6ad53bddbd (patch) | |
tree | e1c055b48d779f869127c3f2dcab8a7b26b87ff4 /changes/bug17876 | |
parent | 613e0e1c1ac3e44bad7a876147c49bc232460df2 (diff) | |
download | tor-24fcb6adbb3896395edda38d6ecccb6ad53bddbd.tar.gz tor-24fcb6adbb3896395edda38d6ecccb6ad53bddbd.zip |
Add an edge_about_to_close() call to ap_about_to_close().
Fixes #17876
Diffstat (limited to 'changes/bug17876')
-rw-r--r-- | changes/bug17876 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug17876 b/changes/bug17876 new file mode 100644 index 0000000000..1bd3dd7c1b --- /dev/null +++ b/changes/bug17876 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - When closing an entry connection, generate a warning if we should + have sent an end cell for it but we haven't. Fixes bug 17876; + bugfix on 0.2.3.2-alpha. + |