sapling/mercurial/httpclient
Augie Fackler ea14145f1e httpclient: import 4bb625347d4a to provide SSL wrapper injection
This lets us inject our own ssl.wrap_socket equivalent into
httpclient, which means that any changes we make to our ssl handling
can be *entirely* on our side without having to muck with httpclient,
which sounds appealing. For example, an extension could wrap
sslutil.ssl_wrap_socket with an api-compatible wrapper and then tweak
SSL settings more precisely or use GnuTLS instead of OpenSSL.
2013-09-20 09:15:09 -04:00
..
__init__.py httpclient: import 4bb625347d4a to provide SSL wrapper injection 2013-09-20 09:15:09 -04:00
_readers.py httpclient: upgrade to fe8c09e4db64 of httpplus 2013-05-11 20:25:15 -05:00
socketutil.py httpclient: apply upstream revision da7579b034a4 to fix SSL problems (issue4038) 2013-09-18 14:45:28 -04:00