pull/1399/head
grossmj 6 years ago
parent f5dc635baa
commit 814526ba26

@ -322,6 +322,7 @@ class AsyncioTelnetServer:
else:
log.debug("Not supported negotiation sequence, received {} bytes", len(data))
@asyncio.coroutine
def _IAC_parser(self, buf, network_reader, network_writer, connection):
"""
Processes and removes any Telnet commands from the buffer.

Loading…
Cancel
Save