modifié: superTornado.py
This commit is contained in:
parent
1ae32038ec
commit
d370e8a245
@ -258,7 +258,7 @@ class WSocketHandler(BaseHandler,tornado.websocket.WebSocketHandler):
|
||||
isData = False
|
||||
for ligne in temp :
|
||||
data = ligne.rstrip('\r\n')
|
||||
if data =="--MOTOBIX_Fast_Serverpush":
|
||||
if data =="--MOTOBIX_Fast_Serverpush--":
|
||||
isData = False
|
||||
if isData == True:
|
||||
dest.write(data+"\n")
|
||||
|
Reference in New Issue
Block a user