aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket40692
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2022-10-19 14:41:48 -0400
committerDavid Goulet <dgoulet@torproject.org>2022-10-19 14:41:48 -0400
commit8463111c9bafa16a97acd42ff466ec129c5c2851 (patch)
tree9ae473151893b7e62a66c250066c0b9981b33990 /changes/ticket40692
parent28413e75605cc2d05a2a3e4c766bfbe0a47d848d (diff)
downloadtor-8463111c9bafa16a97acd42ff466ec129c5c2851.tar.gz
tor-8463111c9bafa16a97acd42ff466ec129c5c2851.zip
hs: Change the error for a collapsing client circuit
Change it to an "unreachable" error so the intro point can be retried and not flagged as a failure and never retried again. Closes #40692 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/ticket40692')
-rw-r--r--changes/ticket406923
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket40692 b/changes/ticket40692
new file mode 100644
index 0000000000..8405486115
--- /dev/null
+++ b/changes/ticket40692
@@ -0,0 +1,3 @@
+ o Minor bugfixes (onion service client):
+ - A collapsing onion service circuit should be seen as an "unreachable"
+ error so it can be retried. Fixes bug 40692; bugfix on 0.3.5.1-alpha.