mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
Because as Teor puts it: "[Resetting on 503] is exactly what we don't want when relays are busy - imagine clients doing an automatic reset every time they DoS a relay..." Fixes bug 20593.
6 lines
367 B
Text
6 lines
367 B
Text
o Minor bugfixes (client directory scheduling):
|
|
- Treat "relay too busy to answer request" as a failed request and a
|
|
reason to back off on our retry frequency. This is safe now that
|
|
exponential backups retry indefinitely, and avoids a bug where we would
|
|
reset our download schedule erroneously.
|
|
Fixes bug 20593; bugfix on 0.2.9.1-alpha.
|