Use HTTP 1.1

pull/1624/head
Paulus Schoutsen 2016-03-26 19:03:16 -07:00
parent 9d0b15421c
commit 4cbd49921f
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ class RequestHandler(SimpleHTTPRequestHandler):
# Track if this was an authenticated request
self.authenticated = False
SimpleHTTPRequestHandler.__init__(self, req, client_addr, server)
self.protocol_version = 'HTTP/1.1'
def log_message(self, fmt, *arguments):
"""Redirect built-in log to HA logging."""