-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
0.11.27->0.12.x regression: hyper::Error(Canceled, "connection closed") #2325
Comments
I compare two logs of bad one (reqwest 0.12.5) and good one (reqwest 0.11.27), BAD 0.12.5:
GOOD 0.11.27:
Full logs: |
A possible solution proposed in: hyperium/hyper#3691 |
But why hyperium/hyper#3691 close this issue? |
I suppose hyperium/hyper-util#133 really fixes this, @davemilter |
I have long list of files that download using async part of
reqwest
.Pseudo code:
where
download_file
is just code aroundGET
:All works fine, until 0.12.x. After update I start getting random error:
Full log with
RUST_LOG=trace
:may be this is issue related hyperium/hyper#3673 .
The text was updated successfully, but these errors were encountered: