aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-04-07 13:47:03 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-04-07 13:47:03 +1200
commitf1dc3f2ab2d78ce2bc1a0418239fa6fa1f6c4429 (patch)
treefd1de610fc9a75bf962c18dedc83d4497a85efe9 /todo
parent549512e93e7c0accf161b76b54f1338eb7aa5921 (diff)
downloadmitmproxy-f1dc3f2ab2d78ce2bc1a0418239fa6fa1f6c4429.tar.gz
mitmproxy-f1dc3f2ab2d78ce2bc1a0418239fa6fa1f6c4429.tar.bz2
mitmproxy-f1dc3f2ab2d78ce2bc1a0418239fa6fa1f6c4429.zip
Integrate lxml for pretty-printing HTML and XML.
Tackling the pretty-printing performance problem head-on, at the cost of a major dependency.
Diffstat (limited to 'todo')
-rw-r--r--todo1
1 files changed, 0 insertions, 1 deletions
diff --git a/todo b/todo
index c19548be..7cc9f0d1 100644
--- a/todo
+++ b/todo
@@ -4,7 +4,6 @@ of these and need some pointers.
Targeted for 0.9:
- Upstream proxy support.
- - Improve worst-case performance problem with XML-ish indenter
- Follow mode to keep most recent flow in view
- Rewrite the core to be asynchronous. I've done some research, and
although it's a bit of a bloated monster, it looks like Twisted is the way