diff options
author | David Goulet <dgoulet@torproject.org> | 2018-11-13 10:37:25 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-11-13 10:37:25 -0500 |
commit | 6f2151be9a3e8b535bff4477a17f9c41d3f1d7f4 (patch) | |
tree | de5b3be5883a4602465217d810872c57f5654f6b /changes | |
parent | ae4c94bb6468078ba16de481991e781e1b486340 (diff) | |
parent | f89f14802e938c7abcd2a6387f64d442cefe72c2 (diff) | |
download | tor-6f2151be9a3e8b535bff4477a17f9c41d3f1d7f4.tar.gz tor-6f2151be9a3e8b535bff4477a17f9c41d3f1d7f4.zip |
Merge branch 'tor-github/pr/487' into maint-0.3.5
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27841 | 7 |
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 + |