This commit is contained in:
parent
4ac5292d2c
commit
6bdb2cb127
1 changed files with 1 additions and 0 deletions
|
@ -723,6 +723,7 @@ def session(connection, client, ip, isssl=False):
|
||||||
pendingCommands = ""
|
pendingCommands = ""
|
||||||
else:
|
else:
|
||||||
pendingCommands += text
|
pendingCommands += text
|
||||||
|
textt = ""
|
||||||
except ssl.SSLEOFError:
|
except ssl.SSLEOFError:
|
||||||
print("EOF occured...")
|
print("EOF occured...")
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
|
|
Loading…
Add table
Reference in a new issue