aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralts <stephen@evilrobotstuff.com>2011-07-16 02:48:04 -0700
committeralts <stephen@evilrobotstuff.com>2011-07-16 02:48:04 -0700
commit7ec03e45a58d5864d0216f25e59d29d0f90766b5 (patch)
treeaa37c14e3405f8e88b67491600069568745f1f1b
parent6dc0f105ccabeb10f557dc8baa51d3ce08b3c8ee (diff)
downloadmitmproxy-7ec03e45a58d5864d0216f25e59d29d0f90766b5.tar.gz
mitmproxy-7ec03e45a58d5864d0216f25e59d29d0f90766b5.tar.bz2
mitmproxy-7ec03e45a58d5864d0216f25e59d29d0f90766b5.zip
Removes item from todo list
-rw-r--r--todo7
1 files changed, 1 insertions, 6 deletions
diff --git a/todo b/todo
index d8b122f9..a8efc937 100644
--- a/todo
+++ b/todo
@@ -5,11 +5,6 @@ of these and need some pointers.
Features:
- - Support for content encodings. At the moment, we sidestep this by
- stripping headers that indicate accepted encodings. In theory, this should
- force servers to serve us content uncompressed, but that's not always the
- case. Besides, we should try to modify requests as little as possible, so
- direct support for deflate and gzip is the way to go.
- Add some "workspace" features to mitmproxy:
- Flow comments
- Copying/duplicating flows
@@ -25,5 +20,5 @@ Features:
comments.
Bugs:
-
+
- In some circumstances, long URLs in list view are line-broken oddly.