mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-18 07:23:47 +02:00
Add missing coroutine decorator Ref https://github.com/GNS3/gns3-gui/issues/2566
This commit is contained in:
parent
f5dc635baa
commit
814526ba26
@ -322,6 +322,7 @@ class AsyncioTelnetServer:
|
|||||||
else:
|
else:
|
||||||
log.debug("Not supported negotiation sequence, received {} bytes", len(data))
|
log.debug("Not supported negotiation sequence, received {} bytes", len(data))
|
||||||
|
|
||||||
|
@asyncio.coroutine
|
||||||
def _IAC_parser(self, buf, network_reader, network_writer, connection):
|
def _IAC_parser(self, buf, network_reader, network_writer, connection):
|
||||||
"""
|
"""
|
||||||
Processes and removes any Telnet commands from the buffer.
|
Processes and removes any Telnet commands from the buffer.
|
||||||
|
Loading…
Reference in New Issue
Block a user