aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/flow.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2011-03-13 15:55:47 +1300
committerAldo Cortesi <aldo@nullcube.com>2011-03-13 15:55:47 +1300
commitef27e2fb29f9c05ee8ed619f0444156fd823b283 (patch)
treec34a0e39e64d76d81b900cc518679559c54cf926 /libmproxy/flow.py
parent3ef9d2cffc24b86fe29357f7705015b1e66c3657 (diff)
downloadmitmproxy-ef27e2fb29f9c05ee8ed619f0444156fd823b283.tar.gz
mitmproxy-ef27e2fb29f9c05ee8ed619f0444156fd823b283.tar.bz2
mitmproxy-ef27e2fb29f9c05ee8ed619f0444156fd823b283.zip
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.
Diffstat (limited to 'libmproxy/flow.py')
-rw-r--r--libmproxy/flow.py2
1 files changed, 2 insertions, 0 deletions
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