mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-25 16:28:11 +00:00
Added missing corutine flag, fixes #1145
This commit is contained in:
parent
6aa6d96ba0
commit
86bd7b6058
@ -88,6 +88,7 @@ class TelnetConnection(object):
|
|||||||
`naws` flag is enable in server configuration."""
|
`naws` flag is enable in server configuration."""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
@asyncio.coroutine
|
||||||
def feed(self, data):
|
def feed(self, data):
|
||||||
"""
|
"""
|
||||||
Handles incoming data
|
Handles incoming data
|
||||||
|
Loading…
Reference in New Issue
Block a user