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

Default enable_cleanup_closed to False #1585

Merged
merged 1 commit into from
Apr 30, 2023

Conversation

davfsa
Copy link
Member

@davfsa davfsa commented Apr 9, 2023

CPython3.11 changes around SSLProto have made this quite unstable and prone to errors when dealing with unclosed TLS transports, which ends up in aiohttp calling close and abort twice.

This has been battle tested by several people on different OS's (both Linux and Windows) and seems to work fine and solve the issues.

@davfsa davfsa added the bug Something isn't working label Apr 9, 2023
@davfsa davfsa enabled auto-merge (squash) April 9, 2023 13:55
@davfsa davfsa changed the title Default enable_cleanup_closed to False. Default enable_cleanup_closed to False Apr 9, 2023
@davfsa davfsa disabled auto-merge April 9, 2023 13:55
@davfsa davfsa enabled auto-merge (squash) April 9, 2023 13:55
CPython3.11 changes around SSLProto have made this quite unstable and prone to errors when dealing with unclosed TLS transports, which ends up in aiohttp calling close and abort twice.
@davfsa davfsa mentioned this pull request Apr 24, 2023
@davfsa davfsa linked an issue Apr 25, 2023 that may be closed by this pull request
@davfsa davfsa merged commit 42049a6 into hikari-py:master Apr 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Asyncio SSLProto error
2 participants