diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-02-06 14:17:30 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-02-06 14:17:30 +1300 |
commit | 7156d1a73ab6ce39ae8f8325bc8a62c0083cd054 (patch) | |
tree | 42baa74035d979deb122632a3e46b44ff0f08cf1 /todo | |
parent | 44dc3a052e724bdf10e9c04e1756db89615f5685 (diff) | |
download | mitmproxy-7156d1a73ab6ce39ae8f8325bc8a62c0083cd054.tar.gz mitmproxy-7156d1a73ab6ce39ae8f8325bc8a62c0083cd054.tar.bz2 mitmproxy-7156d1a73ab6ce39ae8f8325bc8a62c0083cd054.zip |
Rip out BeautifulSoup, and use a custom XML-ish prettyprinter.
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,15 +1,11 @@ Futures: - - Timestamps - - Strings view for binary responses. - Post and URL field parsing and editing. - On-the-fly generation of keys, signed with a CA - Pass-through fast-track for things that don't match filter? - - Reading contents from file - Shortcut for viewing in pager - - Serializing and de-serializing requests and responses. - Upstream proxies. - mitmdump - Filters @@ -17,7 +13,9 @@ Futures: - Pipe to script - Command-line replay or serialized flows + Bugs: - In some circumstances, long URLs in list view are line-broken oddly. - Termination sometimes hangs. + - When a bug in mitmproxy causes a stack trace, we hang on exit. |