Christian Heimes added the comment:

The performance benefit is not worth the risk. For 10 httplib requests to 
pypi.python.org, a shared SSLContext is about 5% faster than a new context for 
each request. Session resumption improves the simple test case by another 20%.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28022>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to