This commit is contained in:
Benjamin Peterson 2014-01-18 21:51:11 -05:00
commit c28ab08887
4 changed files with 9 additions and 3 deletions

View file

@ -355,7 +355,7 @@ class BaseHTTPRequestHandler(socketserver.StreamRequestHandler):
"""
self.send_response_only(100)
self.flush_headers()
self.end_headers()
return True
def handle_one_request(self):