Cleanup output, trap exceptions, timing output, fixes.
Fixes: - Make sure that failed state messages stay around until next connect. - Get status message font colors working. - Clear RQ_reorder list on re-connect.
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ def do_proxy(client, target):
|
||||
sent = client.send(dat)
|
||||
if sent == len(dat):
|
||||
traffic("<")
|
||||
##log.write("Client send: %s\n" % repr(dat))
|
||||
##log.write("Client send: %s ...\n" % repr(dat[0:80]))
|
||||
else:
|
||||
cqueue.insert(0, dat[sent:])
|
||||
traffic("<.")
|
||||
|
||||
Reference in New Issue
Block a user