diff options
author | David Goulet <dgoulet@torproject.org> | 2022-10-24 11:03:38 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-10-26 15:05:44 -0400 |
commit | a7aa22a4e76d0076e4c46f474708d2386c3139c6 (patch) | |
tree | 4a9e43e7a6b36509dda758bcc57172fdd93b51da /changes | |
parent | 0a49e04691b6f6efedadc003521cd0e5809f81da (diff) | |
download | tor-a7aa22a4e76d0076e4c46f474708d2386c3139c6.tar.gz tor-a7aa22a4e76d0076e4c46f474708d2386c3139c6.zip |
hs: Retry rdv circuit if repurposed
This can happen if our measurement subsystem decides to snatch it.
Fixes #40696
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40696 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket40696 b/changes/ticket40696 new file mode 100644 index 0000000000..a2c09f6a83 --- /dev/null +++ b/changes/ticket40696 @@ -0,0 +1,3 @@ + o Minor bugfixes (onion service): + - Make the service retry a rendezvous if the circuit is being repurposed for + measurements. Fixes bug 40696; bugfix on 0.3.5.1-alpha. |