diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-09 16:29:46 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-09 16:29:46 -0400 |
commit | 755f0016009424935f3b9216cad79d54129614cc (patch) | |
tree | 0dea207c1637a1bb40c9ab451ec4402a0614bef5 /changes | |
parent | 99809834a7aac5239b4b1bd7c74215d53856663b (diff) | |
parent | 7c1b2fceb7d46aed8945d86806dc791f97c47125 (diff) | |
download | tor-755f0016009424935f3b9216cad79d54129614cc.tar.gz tor-755f0016009424935f3b9216cad79d54129614cc.zip |
Merge remote-tracking branch 'tor-github/pr/1401'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug31652 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug31652 b/changes/bug31652 new file mode 100644 index 0000000000..c4eca7994a --- /dev/null +++ b/changes/bug31652 @@ -0,0 +1,5 @@ + o Minor bugfixes (onion services): + - When we clean up intro circuits for a v3 onion service, don't remove + circuits that have an established or pending circuit even if ran out of + retries. This way, we don't cleanup the circuit of the last retry. Fixes + bug 31652; bugfix on 0.3.2.1-alpha. |