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

SilentGhost report at bugs.python.org
Tue Dec 22 15:35:29 EST 2015


SilentGhost added the comment:

There is a test suite which can be run to test for breakages:

./python -m test test_httplib

If you do that you'll notice that some things are broken, I got error in 5 different tests related to you select.select call:

TypeError: argument must be an int, or have a fileno() method. 

Your test code seems to be running fine now, though.

----------
nosy: +SilentGhost

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


More information about the Python-bugs-list mailing list