From 9c24401b187fa2915d8b6cc424fc25f5e51369c8 Mon Sep 17 00:00:00 2001 From: Stephen Altamirano Date: Thu, 21 Jul 2011 22:09:48 -0700 Subject: Removes last_encoding attribute from Response. Prompts for encoding on identity responses --- 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 abaad255..a7cc31e8 100644 --- a/libmproxy/proxy.py +++ b/libmproxy/proxy.py @@ -290,7 +290,6 @@ class Response(controller.Msg): self.timestamp = timestamp or utils.timestamp() controller.Msg.__init__(self) self.replay = False - self.last_encoding = None def _refresh_cookie(self, c, delta): """ -- cgit v1.2.3