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:
Joel Martin
2010-05-15 12:38:50 -05:00
parent 3875f847f1
commit 753bde8f53
4 changed files with 77 additions and 55 deletions
+1 -1
View File
@@ -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("<.")