Message275737
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%. |
|
| Date |
User |
Action |
Args |
| 2016-09-11 06:45:05 | christian.heimes | set | recipients:
+ christian.heimes, ncoghlan, janssen, orsenthil, vstinner, giampaolo.rodola, alex, python-dev, martin.panter, dstufft, Lukasa |
| 2016-09-11 06:45:05 | christian.heimes | set | messageid: <[email protected]> |
| 2016-09-11 06:45:05 | christian.heimes | link | issue28022 messages |
| 2016-09-11 06:45:04 | christian.heimes | create | |
|