-
-
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
reqwest never close socket connection in windows ! #284
Comments
This only occurs in Windows, not on Linux? Could be related to this tokio-rs/mio#776 |
is there some way i can avoid this for now? |
Running into the same issue, any updates on this? |
@boyerjohn There seem to be fix for mio. See: |
still exists in reqwest = "0.9.24" |
tokio 0.3 has been released and it includes mio 0.7. Updating tokio (and mio) might help fix issue. |
wow, this comment makes me remind the old time 😂. glad to see it be fixed. |
Upstream issue has been fixed. Can this be closed now? |
send request peer 1 seconds and the socket connection never closed.
the example code is above. is there some config i miss?
The text was updated successfully, but these errors were encountered: