aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/proxy.py
diff options
context:
space:
mode:
authorStephen Altamirano <stephen@evilrobotstuff.com>2011-07-21 20:22:13 -0700
committerStephen Altamirano <stephen@evilrobotstuff.com>2011-07-21 20:22:13 -0700
commit74d8b18408783172ecdba5ec3947a4ecb590d70d (patch)
tree7efcffaf2ae2d5476413f9a95dc6f8435e7d252f /libmproxy/proxy.py
parent5936a48e592b3f45b83dc76feab8bb8b5df81da1 (diff)
downloadmitmproxy-74d8b18408783172ecdba5ec3947a4ecb590d70d.tar.gz
mitmproxy-74d8b18408783172ecdba5ec3947a4ecb590d70d.tar.bz2
mitmproxy-74d8b18408783172ecdba5ec3947a4ecb590d70d.zip
Removes should_autodecode attribute from Response. Adds commandline option 'd' to toggle autodecode, adds togglable option 'd' to do the same
Diffstat (limited to 'libmproxy/proxy.py')
-rw-r--r--libmproxy/proxy.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmproxy/proxy.py b/libmproxy/proxy.py
index 4ff96c4f..abaad255 100644
--- a/libmproxy/proxy.py
+++ b/libmproxy/proxy.py
@@ -291,7 +291,6 @@ class Response(controller.Msg):
controller.Msg.__init__(self)
self.replay = False
self.last_encoding = None
- self.should_autodecode = True
def _refresh_cookie(self, c, delta):
"""