forked from psf/requests
-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Resetting dropped connection results Bad file descriptor exception #160
Comments
I would like that. It would help. |
it's not directly related to specific server, other connections get dropped too.
|
A simple reproducer of what I'm guessing is happening, is not working. i.e simple loop with maybe it's better (easier) if I add debug prints somewhere? |
We found the issue. regards, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to port application to niquest and getting connection reset error on multiple trys, so not a temporary error.
Source:
Just in case, I've tried to disable all new features, like ipv6 and http2, http3, multiplexing, the problem remains
Actual Result
The application is making request of 100 items to plex server and then many requests to https://api.trakt.tv and around the time plex items are processed and trakt api probably dropped connection by that time, and that cleanup seems to result unexpected exception.
Reproduction Steps
Probably can make minimal reproducer, but maybe the details already here are sufficient.
System Information
The text was updated successfully, but these errors were encountered: