Forked from
713 / Warden / Warden - archive
284 commits behind the upstream repository.
-
Václav Bartoš authored
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.
Václav Bartoš authoredProviding 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.
warden_client.py 22.99 KiB