mirror of
https://github.com/python/cpython.git
synced 2025-10-09 08:31:26 +00:00
merge 3.3 (#18574)
This commit is contained in:
commit
c28ab08887
4 changed files with 9 additions and 3 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue