diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-29 09:37:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-29 09:37:01 -0400 |
commit | 1a5746f8e1a392f0b67e36083019534bf97f1fa6 (patch) | |
tree | 3209cb5f5647ef510d2ef5ed3fcabda6b05e5ba6 /changes | |
parent | 82f109c2b3cf159cd3329c4c575d737cff8e2c59 (diff) | |
parent | d256d4c0a6c6a258c4f6c6839dd53c7e304fa94f (diff) | |
download | tor-1a5746f8e1a392f0b67e36083019534bf97f1fa6.tar.gz tor-1a5746f8e1a392f0b67e36083019534bf97f1fa6.zip |
Merge branch 'bug8185_025' into bug8185_031
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug8185_025 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug8185_025 b/changes/bug8185_025 new file mode 100644 index 0000000000..1bfc12b1e4 --- /dev/null +++ b/changes/bug8185_025 @@ -0,0 +1,6 @@ + o Minor bugfixes (logging, relay shutdown, annoyance): + - When a circuit is marked for close, do not attempt to package any cells + for channels on that circuit. Previously, we would detect this + condition lower in the call stack, when we noticed that the circuit had + no attached channel, and log an annoying message. Fixes bug 8185; + bugfix on 0.2.5.4-alpha. |