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

Catch OSError instead of StreamClosedError #8937

Closed
wants to merge 1 commit into from

Conversation

fjetter
Copy link
Member

@fjetter fjetter commented Nov 14, 2024

This should fix #8936 since both the tornado StreamClosedError and SSLError are OSErrors and I generally don't see a point why we wouldn't want to catch more generally all OSErrors that could pop up.

@fjetter
Copy link
Member Author

fjetter commented Nov 14, 2024

That apparently isn't sufficient...

@fjetter fjetter closed this Nov 14, 2024
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.

ssl.SSLError: [SYS] unknown error (_ssl.c:2580) in test_tls_comm_closed_implicit
1 participant