Merge branch 'main' into fix-stream

This commit is contained in:
Petrit Avdylaj 2024-04-12 07:17:40 +02:00
commit f6cba0f08b
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ def main():
self.wfile.flush()
self.wfile.write(b"0\r\n\r\n")
except BrokenPipeError:
pass
pass
def do_GET(self):
self.log_request()