tor/changes/bug31652
David Goulet f50de3a918 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>
2019-10-08 17:02:47 -04:00

6 lines
311 B
Plaintext

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.