Skip to content
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

🐛 fix conn dropped issue occurring in 2.11.900 #164

Merged
merged 1 commit into from
Oct 21, 2024
Merged

Conversation

Ousret
Copy link
Member

@Ousret Ousret commented Oct 21, 2024

@Ousret
Copy link
Member Author

Ousret commented Oct 21, 2024

there is edge cases we'll need to answer

FAILED test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_recovery_when_server_closes_connection - urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=40719): Max retries exceeded with url: / (Caused by ProtocolError("can't handle event type ConnectionClosed when role=SERVER and state=SEND_RESPONSE"))
FAILED test/with_dummyserver/test_socketlevel.py::TestProxyManager::test_retries - urllib3.exceptions.ProtocolError: can't handle event type ConnectionClosed when role=SERVER and state=SEND_RESPONSE

not urgent, but needed.

@Ousret Ousret merged commit 2571a4b into main Oct 21, 2024
12 checks passed
@Ousret Ousret deleted the bugfix-drop-conn branch October 21, 2024 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resetting dropped connection results Bad file descriptor exception
1 participant