aboutsummaryrefslogtreecommitdiff
path: root/changes/bug28619
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2018-11-26 14:40:22 -0500
committerDavid Goulet <dgoulet@torproject.org>2018-11-26 14:45:53 -0500
commitd37dbb09c2e8867cf2b87dc45e8646351754e94a (patch)
tree75860096fd57abf5d1f14f99bdfc35e271934083 /changes/bug28619
parentcbe04d455016233f4759fe281c07dd7db6096c2a (diff)
downloadtor-d37dbb09c2e8867cf2b87dc45e8646351754e94a.tar.gz
tor-d37dbb09c2e8867cf2b87dc45e8646351754e94a.zip
hs-v3: Do not close RP circuits when deleting an ephemeral service
Bug reported on tor-dev@ and here is the detail explanation of the issue: https://lists.torproject.org/pipermail/tor-dev/2018-November/013558.html Fixes bug #28619 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/bug28619')
-rw-r--r--changes/bug286196
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug28619 b/changes/bug28619
new file mode 100644
index 0000000000..86be8cb2fb
--- /dev/null
+++ b/changes/bug28619
@@ -0,0 +1,6 @@
+ o Minor bugfixes (hidden service v3):
+ - When deleting an ephemeral onion service (DEL_ONION), do not close any
+ rendezvous circuits in order to let the existing client connections
+ finish by themselves or closed by the application. The HS v2 is doing
+ that already so now we have the same behavior for all versions. Fixes
+ bug 28619; bugfix on 0.3.3.1-alpha.