mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
9407040c59
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.)
7 lines
253 B
Plaintext
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.
|
|
|