Use HTTP 1.1
This commit is contained in:
parent
9d0b15421c
commit
4cbd49921f
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ class RequestHandler(SimpleHTTPRequestHandler):
|
||||||
# Track if this was an authenticated request
|
# Track if this was an authenticated request
|
||||||
self.authenticated = False
|
self.authenticated = False
|
||||||
SimpleHTTPRequestHandler.__init__(self, req, client_addr, server)
|
SimpleHTTPRequestHandler.__init__(self, req, client_addr, server)
|
||||||
|
self.protocol_version = 'HTTP/1.1'
|
||||||
|
|
||||||
def log_message(self, fmt, *arguments):
|
def log_message(self, fmt, *arguments):
|
||||||
"""Redirect built-in log to HA logging."""
|
"""Redirect built-in log to HA logging."""
|
||||||
|
|
Loading…
Add table
Reference in a new issue