[issue25919] http.client PUT method ignores error responses sent immediatly after headers

Martin Panter report at bugs.python.org
Sun Jan 3 17:45:35 EST 2016


Martin Panter added the comment:

For non-blocking SSL sockets, the Python documentation suggests the results of select() do not directly indicate if data can be sent or received: <https://docs.python.org/dev/library/ssl.html#ssl-nonblocking>. I guess this would also apply to blocking SSL sockets.

----------

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


More information about the Python-bugs-list mailing list