diff options
author | David Goulet <dgoulet@torproject.org> | 2017-09-27 08:38:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-10-03 10:56:46 -0400 |
commit | 6691af1855da7fc35afb4e51251a6a87dc77d4aa (patch) | |
tree | a9672e40d0f886aad65a1a0615b93740c4ff9197 /changes/bug23653 | |
parent | 30d2e0b71e9c42ff93af5239f54268bb24ce1744 (diff) | |
download | tor-6691af1855da7fc35afb4e51251a6a87dc77d4aa.tar.gz tor-6691af1855da7fc35afb4e51251a6a87dc77d4aa.zip |
hs: Add changes file for 23653
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/bug23653')
-rw-r--r-- | changes/bug23653 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug23653 b/changes/bug23653 new file mode 100644 index 0000000000..81760cbb82 --- /dev/null +++ b/changes/bug23653 @@ -0,0 +1,7 @@ + o Minor bugfixes (hidden service client): + - When getting multiple SOCKS request for the same .onion address, don't + trigger multiple descriptor fetches. + - When the descriptor fetch fails with an internal error, no more HSDir to + query or we aren't allowed to fetch (FetchHidServDescriptors 0), close + all pending SOCKS request for that .onion. Fixes bug 23653; bugfix on + 0.3.2.1-alpha. |