master
Bob Mottram 2019-08-17 11:15:45 +01:00
parent 896b56b3a0
commit 5a0c7a58d2
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ def readFollowList(filename: str):
return followlist
class PubServer(BaseHTTPRequestHandler):
protocol_version = 'HTTP/1.0'
protocol_version = 'HTTP/1.1'
def _login_headers(self,fileFormat: str,length: int) -> None:
self.send_response(200)