-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hyper client happens cacel error which should retry #3673
Comments
i found the error msg from the drop func,just as follow struct Envelope<T, U>(Option<(T, Callback<T, U>)>); impl<T, U> Drop for Envelope<T, U> { |
hyper client idle timeout is 20s,and server is tomcat,default keep alive timeout is 60s, it should not cause connection close error |
interesting,keep eye on it |
then Is mpsc::UnboundedSender dropped causing this problem? |
Version
List the version(s) of
hyper
, and any relevant hyper dependency (such ash2
if this is related to HTTP/2).hyper = { version = "1.1.0", features = ["full"] }
hyper-util = { version = "0.1.3", features = ["full"] }
Platform
The output of
uname -a
(UNIX), or version and 32 or 64-bit (Windows)linux 64
Description
hyper client happens cacel error which should retry
[short summary of the bug]
when use http_client send request,i got some error message as follows:
retry_canceled_requests default is true, i think it should not happen these errors
The text was updated successfully, but these errors were encountered: