[issue31711] ssl.SSLSocket.send(b"") fails

Nathaniel Smith report at bugs.python.org
Mon Feb 26 04:42:33 EST 2018


Nathaniel Smith <njs at pobox.com> added the comment:

If openssl says the behavior is undefined, then don't we have to first make it defined before we can document it?

And if we're going to detect this case and guarantee some behavior, making it a no-op like it is on regular sockets seems the way to go...

----------

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


More information about the Python-bugs-list mailing list