From 1c5434d72c978df511d32ea10e547dd358511b33 Mon Sep 17 00:00:00 2001 From: Stephen Altamirano Date: Mon, 18 Jul 2011 21:52:40 -0700 Subject: Adds ability to toggle between encodings in the response view --- libmproxy/proxy.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libmproxy/proxy.py') diff --git a/libmproxy/proxy.py b/libmproxy/proxy.py index a7cc31e8..4ff96c4f 100644 --- a/libmproxy/proxy.py +++ b/libmproxy/proxy.py @@ -290,6 +290,8 @@ class Response(controller.Msg): self.timestamp = timestamp or utils.timestamp() 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