From 74d8b18408783172ecdba5ec3947a4ecb590d70d Mon Sep 17 00:00:00 2001 From: Stephen Altamirano Date: Thu, 21 Jul 2011 20:22:13 -0700 Subject: Removes should_autodecode attribute from Response. Adds commandline option 'd' to toggle autodecode, adds togglable option 'd' to do the same --- libmproxy/proxy.py | 1 - 1 file changed, 1 deletion(-) (limited to 'libmproxy/proxy.py') 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): """ -- cgit v1.2.3