Skip to content
Snippets Groups Projects
Commit 7773bdde authored by Václav Bartoš's avatar Václav Bartoš
Browse files

Client: Fixed memory leak in SSL lib

Providing certificates to HTTPSConnection was changed in Py 2.7.9, the old
way is still supported, but there is a memory leak (fixed in 2.7.12). The
code was changed to use the new way (SSLContext object) if it's
available, thus avoiding the leak.
parent 7401d092
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment