More refined time tracing. It seems the AMP connection is really the bottleneck.
This commit is contained in:
parent
d02b781be1
commit
018250e4e5
4 changed files with 16 additions and 4 deletions
|
|
@ -163,7 +163,6 @@ class TelnetProtocol(Telnet, StatefulTelnetProtocol, Session):
|
|||
parsed data directly to self.data_in.
|
||||
|
||||
"""
|
||||
|
||||
if data and data[0] == IAC or self.iaw_mode:
|
||||
try:
|
||||
#print "IAC mode"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue