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

twisted.internet._sslverify.OpenSSLDefaultPaths leaks memory because OpenSSL's SSL_CTX_load_verify_locations does #12125

Open
glyph opened this issue Apr 3, 2024 · 0 comments
Labels

Comments

@glyph
Copy link
Member

glyph commented Apr 3, 2024

twisted/treq#380 is effectively an issue in Twisted, and we could fix it by sharing an SSL context between HTTP requests, which might be more memory efficient even if this weren't broken.

CPython is also affected by this issue, python/cpython#84904

@glyph glyph added the bug label Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant