This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients Lukasa, alex, christian.heimes, dstufft, giampaolo.rodola, janssen, martin.panter, ncoghlan, orsenthil, python-dev, vstinner
Date 2016-09-11.06:45:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473576305.1.0.0528951904403.issue28022@psf.upfronthosting.co.za>
In-reply-to
Content
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%.
History
Date User Action Args
2016-09-11 06:45:05christian.heimessetrecipients: + christian.heimes, ncoghlan, janssen, orsenthil, vstinner, giampaolo.rodola, alex, python-dev, martin.panter, dstufft, Lukasa
2016-09-11 06:45:05christian.heimessetmessageid: <1473576305.1.0.0528951904403.issue28022@psf.upfronthosting.co.za>
2016-09-11 06:45:05christian.heimeslinkissue28022 messages
2016-09-11 06:45:04christian.heimescreate