lint
This commit is contained in:
@ -198,7 +198,6 @@ class TCPRelayHandler(object):
|
|||||||
self._stage = STAGE_UDP_ASSOC
|
self._stage = STAGE_UDP_ASSOC
|
||||||
# just wait for the client to disconnect
|
# just wait for the client to disconnect
|
||||||
return
|
return
|
||||||
|
|
||||||
elif cmd == CMD_CONNECT:
|
elif cmd == CMD_CONNECT:
|
||||||
# just trim VER CMD RSV
|
# just trim VER CMD RSV
|
||||||
data = data[3:]
|
data = data[3:]
|
||||||
|
Reference in New Issue
Block a user