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.
Loading
Please register or sign in to comment