diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2012-04-07 13:47:03 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2012-04-07 13:47:03 +1200 |
commit | f1dc3f2ab2d78ce2bc1a0418239fa6fa1f6c4429 (patch) | |
tree | fd1de610fc9a75bf962c18dedc83d4497a85efe9 /todo | |
parent | 549512e93e7c0accf161b76b54f1338eb7aa5921 (diff) | |
download | mitmproxy-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-- | todo | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |