diff --git a/progjar5/server_thread_http.py b/progjar5/server_thread_http.py index a87a5508..8fd31e33 100644 --- a/progjar5/server_thread_http.py +++ b/progjar5/server_thread_http.py @@ -32,6 +32,7 @@ def run(self): self.connection.sendall(hasil.encode()) rcv="" self.connection.close() + break else: break except OSError as e: