tor/changes/bug14219
Roger Dingledine 9407040c59 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.)
2015-01-18 15:39:12 -05:00

7 lines
253 B
Plaintext

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.