Update server.py
All checks were successful
/ check (push) Successful in 11s

This commit is contained in:
Nova Cat 2025-01-28 19:06:41 -08:00
parent 9ff0311948
commit 730eec8bc6

View file

@ -258,7 +258,7 @@ def session(connection, client, ip, isssl=False):
if not data: if not data:
cause = "Remote host closed the connection" cause = "Remote host closed the connection"
break break
except ssl.SSLEOFError:: except ssl.SSLEOFError:
pass pass
except ssl.SSLZeroReturnError: except ssl.SSLZeroReturnError:
cause = "Remote host closed the connection" cause = "Remote host closed the connection"