Commit 463ac515 authored by Vinay Sajip's avatar Vinay Sajip

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

parent 809d116f
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment