diff options
author | Roger Dingledine <arma@torproject.org> | 2015-01-18 15:39:12 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-18 15:39:12 -0500 |
commit | 9407040c592184e05e45a3c1a00739c2dd302288 (patch) | |
tree | d6bd075a8412ce9e78fa3804187f6fc25079be33 /changes | |
parent | 2329d9fe3739aca46d00b47222db2f78bd23e4d3 (diff) | |
download | tor-9407040c592184e05e45a3c1a00739c2dd302288.tar.gz tor-9407040c592184e05e45a3c1a00739c2dd302288.zip |
Do not replace a HS descriptor with a different replica of itself
This fixes a bug where we'd fetch different replicas of the same
descriptor for a down hidden service over and over, until we got lucky
and fetched the same replica twice in a row.
Fixes bug 14219; bugfix on 0.2.0.10-alpha.
(Patch from Roger; commit message and changes file by Nick.)
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug14219 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug14219 b/changes/bug14219 new file mode 100644 index 0000000000..9d845db94e --- /dev/null +++ b/changes/bug14219 @@ -0,0 +1,6 @@ + o Minor bugfixes (hidden services): + + - When fetching a hidden service descriptor for a down service that we + recently up, do not keep refetching until we try the same replica twice + in a row. Fixes bug 14219; bugfix on 0.2.0.10-alpha. + |