diff options
author | Thomas Roth <code@leveldown.de> | 2010-02-24 23:32:56 +0100 |
---|---|---|
committer | Thomas Roth <code@leveldown.de> | 2010-02-24 23:32:56 +0100 |
commit | 0fc864c419964d00b789faaa727362e7e36b6e6e (patch) | |
tree | df6932812d608dfd84628516c0cea5d331925772 /todo | |
parent | 79d2abb23ab869d0345f8392130e1d00e15dc704 (diff) | |
download | mitmproxy-0fc864c419964d00b789faaa727362e7e36b6e6e.tar.gz mitmproxy-0fc864c419964d00b789faaa727362e7e36b6e6e.tar.bz2 mitmproxy-0fc864c419964d00b789faaa727362e7e36b6e6e.zip |
Fixes a bug which caused a crash if you've tried to accept a connection which wasn't intercepted.
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -15,7 +15,6 @@ Future: Bugs: - Exception handling for regular expression compiler in filt.py. - - Fix crash cause on undefined request in libmproxy/console.py:543 - Fix crash on illegal regular expression on libmproxy/filt.py:76 - In some circumstances, long URLs in list view are line-broken oddly. - Termination sometimes hangs. |