aboutsummaryrefslogtreecommitdiff
path: root/changes/bug27841
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2018-11-06 17:04:08 -0500
committerNeel Chauhan <neel@neelc.org>2018-11-06 17:04:08 -0500
commitf89f14802e938c7abcd2a6387f64d442cefe72c2 (patch)
treed4111cc92486e0a7c46b9cb2bc31ae07178a7484 /changes/bug27841
parent6bd069630a64e540cb118ad84c2bcbb470ce92f8 (diff)
downloadtor-f89f14802e938c7abcd2a6387f64d442cefe72c2.tar.gz
tor-f89f14802e938c7abcd2a6387f64d442cefe72c2.zip
At intro points, don't close circuits on NACKs
Diffstat (limited to 'changes/bug27841')
-rw-r--r--changes/bug278417
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug27841 b/changes/bug27841
new file mode 100644
index 0000000000..9cd1da7275
--- /dev/null
+++ b/changes/bug27841
@@ -0,0 +1,7 @@
+ o Minor bugfixes (onion services):
+ - On an intro point for a version 3 onion service, we do not close
+ an introduction circuit on an NACK. This lets the client decide
+ whether to reuse the circuit or discard it. Previously, we closed
+ intro circuits on NACKs. Fixes bug 27841; bugfix on 0.3.2.1-alpha.
+ Patch by Neel Chaunan
+