diff options
author | Thomas Roth <code@leveldown.de> | 2010-02-24 23:22:03 +0100 |
---|---|---|
committer | Thomas Roth <code@leveldown.de> | 2010-02-24 23:22:03 +0100 |
commit | e2c078e9a29d26e7bd62ea8f857737d85164e3f1 (patch) | |
tree | 457f98635425dc2eca0e014f24eae373a28ca65e | |
parent | 70b0bddc85a84332499f02fe53fd94204b25cf98 (diff) | |
download | mitmproxy-e2c078e9a29d26e7bd62ea8f857737d85164e3f1.tar.gz mitmproxy-e2c078e9a29d26e7bd62ea8f857737d85164e3f1.tar.bz2 mitmproxy-e2c078e9a29d26e7bd62ea8f857737d85164e3f1.zip |
Added some Bugs in the todo list.
-rw-r--r-- | todo | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,5 +13,9 @@ Future: Bugs: + - get_input() is blocking the complete program. + - 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. |