Christian Heimes added the comment:

It should be possible to solve the issue w/o tracking the connection state 
manually. It doesn't work correctly with transparent negotiation -- that is 
implicit handshake with SSL_write().

SSL_is_init_finished() 
(https://www.openssl.org/docs/manmaster/man3/SSL_get_state.html) might be the 
right function.

----------

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

Reply via email to