parent
15f8106232
commit
176770c33e
1 changed files with 0 additions and 1 deletions
|
@ -290,7 +290,6 @@ def session(connection, client, ip, isssl=False):
|
||||||
connection.sendall(bytes(f":{server} NOTICE * :*** Uhm, Couldn't find your ident: Unknown error.\r\n","UTF-8"))
|
connection.sendall(bytes(f":{server} NOTICE * :*** Uhm, Couldn't find your ident: Unknown error.\r\n","UTF-8"))
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
connection.settimeout(5)
|
|
||||||
data = connection.recv(2048)
|
data = connection.recv(2048)
|
||||||
if not data:
|
if not data:
|
||||||
cause = "Remote host closed the connection"
|
cause = "Remote host closed the connection"
|
||||||
|
|
Loading…
Add table
Reference in a new issue