diff options
author | David Goulet <dgoulet@torproject.org> | 2019-09-10 14:40:40 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2019-10-08 17:02:47 -0400 |
commit | f50de3a91872014f03856cf4c889f029ec5a1892 (patch) | |
tree | 81f6641acf53be8d639071e598f54a257b6aeaa0 /changes | |
parent | 1f60337da4bc1b813489482d9001285e9b104d3d (diff) | |
download | tor-f50de3a91872014f03856cf4c889f029ec5a1892.tar.gz tor-f50de3a91872014f03856cf4c889f029ec5a1892.zip |
hs-v3: Do not remove intro point if circuit exists
When considering introduction point of a service's descriptor, do not remove
an intro point that has an established or pending circuit.
Fixes #31652
Signed-off-by: David Goulet <dgoulet@torproject.org>
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. |