aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/web/app.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2015-05-02 17:20:09 +1200
committerAldo Cortesi <aldo@nullcube.com>2015-05-02 17:20:09 +1200
commite1d3ebb446760be512850ee78030687c30145a79 (patch)
treee2fba94b7f37eda8cbba6d5d594ebb22e909e2f1 /libmproxy/web/app.py
parent50b7bfaadcd78e36a0fd3ade5e912a93308e2815 (diff)
parentbb965b8e34095697da13f313673960feaee63b0f (diff)
downloadmitmproxy-e1d3ebb446760be512850ee78030687c30145a79.tar.gz
mitmproxy-e1d3ebb446760be512850ee78030687c30145a79.tar.bz2
mitmproxy-e1d3ebb446760be512850ee78030687c30145a79.zip
Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxy
Diffstat (limited to 'libmproxy/web/app.py')
-rw-r--r--libmproxy/web/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmproxy/web/app.py b/libmproxy/web/app.py
index 6bb522e1..9582d97b 100644
--- a/libmproxy/web/app.py
+++ b/libmproxy/web/app.py
@@ -119,7 +119,7 @@ class FlowHandler(RequestHandler):
def put(self, flow_id):
flow = self.flow
- self.state.backup(flow)
+ flow.backup()
for a, b in self.json.iteritems():
if a == "request":