[issue33307] socket.send() fails to send large amount of bytes

Christian Heimes report at bugs.python.org
Wed Apr 18 08:58:47 EDT 2018


Christian Heimes <lists at cheimes.de> added the comment:

Inada is correct. This is the expected and documented behavior for non-blocking SSLSockets, see https://docs.python.org/3/library/ssl.html#ssl-nonblocking .

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed
type: crash -> behavior

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33307>
_______________________________________


More information about the Python-bugs-list mailing list