master
Bob Mottram 2019-08-15 23:14:19 +01:00
parent 8dca9dc9cc
commit 2f77aebda3
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)