[issue19500] Add client-side SSL session resumption

Xiang Zhang report at bugs.python.org
Mon Sep 5 03:51:11 EDT 2016


Xiang Zhang added the comment:

Patch LGTM. But one thing is that every time it returns a new instance of SSL.Session. That means ssl_sock.session == ssl_sock.session will always return False right now. Is it useful to make it comparable?

----------
nosy: +xiang.zhang

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19500>
_______________________________________


More information about the Python-bugs-list mailing list