From: David Goulet Date: Wed, 27 Sep 2017 12:38:52 +0000 (-0400) Subject: hs: Add changes file for 23653 X-Git-Tag: tor-0.3.3.0-alpha-dev~8^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6691af1855da7fc35afb4e51251a6a87dc77d4aa;p=thirdparty%2Ftor.git hs: Add changes file for 23653 Signed-off-by: David Goulet --- 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.