Merge branch 'main' into fix-stream
This commit is contained in:
commit
f6cba0f08b
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue