cpython: 204e027dfa98 (original) (raw)

Mercurial > cpython

changeset 70007:204e027dfa98

Issue #12039: Add end_headers() call to avoid BadStatusLine. [#12039]

Vinay Sajip <vinay_sajip@yahoo.co.uk>
date Tue, 10 May 2011 09:10:08 +0100
parents c4ced3719761
children aa36806b5982
files Lib/test/test_logging.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-)[+] [-] Lib/test/test_logging.py 1

line wrap: on

line diff

--- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py @@ -1489,6 +1489,7 @@ class HTTPHandlerTest(BaseTest): except: self.post_data = None request.send_response(200)

def test_output(self):