diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-10-03 10:56:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-10-03 10:56:52 -0400 |
commit | 1e7e36da4b6741235e77d97fff8446a6b7ba1300 (patch) | |
tree | e056ab47980d0b90e1627297f7bdb655e6e9e9bb /changes | |
parent | 783a44b2cd92fc98d9c2894945a5d11396e20e64 (diff) | |
parent | 6691af1855da7fc35afb4e51251a6a87dc77d4aa (diff) | |
download | tor-1e7e36da4b6741235e77d97fff8446a6b7ba1300.tar.gz tor-1e7e36da4b6741235e77d97fff8446a6b7ba1300.zip |
Merge branch 'bug23672_032_01_squashed'
Diffstat (limited to 'changes')
-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. |