aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Roth <code@leveldown.de>2010-02-24 23:22:03 +0100
committerThomas Roth <code@leveldown.de>2010-02-24 23:22:03 +0100
commite2c078e9a29d26e7bd62ea8f857737d85164e3f1 (patch)
tree457f98635425dc2eca0e014f24eae373a28ca65e
parent70b0bddc85a84332499f02fe53fd94204b25cf98 (diff)
downloadmitmproxy-e2c078e9a29d26e7bd62ea8f857737d85164e3f1.tar.gz
mitmproxy-e2c078e9a29d26e7bd62ea8f857737d85164e3f1.tar.bz2
mitmproxy-e2c078e9a29d26e7bd62ea8f857737d85164e3f1.zip
Added some Bugs in the todo list.
-rw-r--r--todo4
1 files changed, 4 insertions, 0 deletions
diff --git a/todo b/todo
index 5ba41f76..297e3607 100644
--- a/todo
+++ b/todo
@@ -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.