This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients orsenthil, pitrou, python-dev, vstinner
Date 2018-12-11.15:45:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544543131.06.0.788709270274.issue11617@psf.upfronthosting.co.za>
In-reply-to
Content
Hum, it seems like this bug still exists in Python 2.7. Error from Fedora CI:

test_head_via_send_error (test.test_httpservers.BaseHTTPServerTestCase) ... ERROR
(...)
ERROR: test_head_via_send_error (test.test_httpservers.BaseHTTPServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/Python-2.7.15/Lib/test/test_httpservers.py", line 303, in test_head_via_send_error
    res = self.con.getresponse()
  File "/builddir/build/BUILD/Python-2.7.15/Lib/httplib.py", line 1121, in getresponse
    response.begin()
  File "/builddir/build/BUILD/Python-2.7.15/Lib/httplib.py", line 438, in begin
    version, status, reason = self._read_status()
  File "/builddir/build/BUILD/Python-2.7.15/Lib/httplib.py", line 402, in _read_status
    raise BadStatusLine(line)
BadStatusLine: ''
History
Date User Action Args
2018-12-11 15:45:31vstinnersetrecipients: + vstinner, orsenthil, pitrou, python-dev
2018-12-11 15:45:31vstinnersetmessageid: <1544543131.06.0.788709270274.issue11617@psf.upfronthosting.co.za>
2018-12-11 15:45:31vstinnerlinkissue11617 messages
2018-12-11 15:45:31vstinnercreate