hyperium / hyper

An HTTP library for Rust
https://hyper.rs
MIT License
14.07k stars 1.55k forks source link

hyper why not support get request when send request failed becase of connection error? #3670

Closed xj524598 closed 1 month ago

xj524598 commented 1 month ago

in some times wo need retry becase of connection error ,so why hyper not support get request when send request failed becase of connection error?

i know hyperclient has retry_canceled_requests, seems it can not proccess all the situtation