Files
Alexandre Alapetite 7a0c423357 Implement support for HTTP 429 Too Many Requests (#7760)
* Implement support for HTTP 429 Too Many Requests
Will obey the corresponding HTTP `Retry-After` header at domain level.

* Implement 503 Service Unavailable

* Sanitize Retry-After

* Reduce default value when Retry-After is absent
And make configuration parameter

* Retry-After also for favicons
2025-07-31 09:17:42 +02:00
..

Folder to store domains for which there is a pending HTTP 429 Too Many Requests. The Retry-After value is added to current time and stored in the *.txt file modification time.