Antoine Pitrou added the comment:

Le 23/08/2014 03:02, Hristo Venev a écrit :
> When will SSLSocket.recv() raise SSLWantWriteError?
> When will SSLSocket.send() raise SSLWantReadError?
>
> According to my very basic knowledge abou the protocol, this will never 
> happen.

According to the OpenSSL docs:
"""As at any time a re-negotiation is possible, a call to SSL_write() 
can also cause read operations!"""
"""As at any time a re-negotiation is possible, a call to SSL_read() can 
also cause write operations!"""

----------

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

Reply via email to