This commit is contained in:
parent
9ff0311948
commit
730eec8bc6
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ def session(connection, client, ip, isssl=False):
|
|||
if not data:
|
||||
cause = "Remote host closed the connection"
|
||||
break
|
||||
except ssl.SSLEOFError::
|
||||
except ssl.SSLEOFError:
|
||||
pass
|
||||
except ssl.SSLZeroReturnError:
|
||||
cause = "Remote host closed the connection"
|
||||
|
|
Loading…
Add table
Reference in a new issue