From 6bdb2cb1275f376caa4c94e4e98973fdde1bfe33 Mon Sep 17 00:00:00 2001 From: swee Date: Wed, 29 Jan 2025 20:18:25 -0800 Subject: [PATCH] Update server.py --- server.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server.py b/server.py index 8863f31..53446d9 100644 --- a/server.py +++ b/server.py @@ -723,6 +723,7 @@ def session(connection, client, ip, isssl=False): pendingCommands = "" else: pendingCommands += text + textt = "" except ssl.SSLEOFError: print("EOF occured...") except Exception as ex: