From ef27e2fb29f9c05ee8ed619f0444156fd823b283 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 13 Mar 2011 15:55:47 +1300 Subject: Rejigger status bar somewhat. Add indicators for various bits of state. In particular, we now display limits, sticky cookie expressions and intercepts in the bar. --- libmproxy/flow.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libmproxy/flow.py') diff --git a/libmproxy/flow.py b/libmproxy/flow.py index e83bbc41..3764fc95 100644 --- a/libmproxy/flow.py +++ b/libmproxy/flow.py @@ -447,7 +447,9 @@ class FlowMaster(controller.Master): self.client_playback = None self.scripts = {} self.kill_nonreplay = False + self.stickycookie_state = False + self.stickycookie_txt = None self.anticache = False self.refresh_server_playback = False -- cgit v1.2.3