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

This commit is contained in:
Vinay Sajip 2011-05-10 09:10:08 +01:00
parent 809d116fa9
commit 463ac515ee
1 changed files with 1 additions and 0 deletions

View File

@ -1489,6 +1489,7 @@ class HTTPHandlerTest(BaseTest):
except:
self.post_data = None
request.send_response(200)
request.end_headers()
self.handled.set()
def test_output(self):