Skip to content

Commit 3c6b8ba

Browse files
author
Francesco Mecatti
committed
Close connection stability
1 parent 715d31e commit 3c6b8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def handle(self):
5353
else:
5454
protocol_handler.send_output("Command not found")
5555

56-
s.close_connection()
56+
# s.close_connection()
5757

5858

5959
class ThreadedTCPServer(socketserver.ThreadingMixIn, socketserver.TCPServer):

0 commit comments

Comments
 (0)