cargo-binstall/crates/binstalk-downloader
Jiahao XU f2fc37eea5
Fix "Too many "Too Many Requests" log" (#761)
Fixed #747

 - Add dep compact_str v0.6.1 to binstalk-downloader
 - Impl new type `DelayRequest`
 - Handle 503/429 with wait duration > `MAX_RETRY_DURATION` by simply taking the min
 - Fix `Client::send_request_inner`: Ensure 503/429 get propagated to other requests
   
   even if the current requests reach its maximum retry and decides to
   simply return an error.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-02-04 11:14:53 +11:00
..
src Fix "Too many "Too Many Requests" log" (#761) 2023-02-04 11:14:53 +11:00
Cargo.toml Fix "Too many "Too Many Requests" log" (#761) 2023-02-04 11:14:53 +11:00