parent
324970c129
commit
c01c4208c9
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,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.WantReadError, SSL.WantWriteError, SSL.WantX509LookupError):
|
except (SSL.WantReadError, SSL.WantWriteError, SSL.WantX509LookupError, SSL.SysCallError):
|
||||||
print("Skipable error occurred.")
|
print("Skipable error occurred.")
|
||||||
except socket.timeout:
|
except socket.timeout:
|
||||||
print("Socket timed out, ticking...")
|
print("Socket timed out, ticking...")
|
||||||
|
|
Loading…
Add table
Reference in a new issue