aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/flow.py
diff options
context:
space:
mode:
Diffstat (limited to 'libmproxy/flow.py')
-rw-r--r--libmproxy/flow.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmproxy/flow.py b/libmproxy/flow.py
index 14f06241..087999c3 100644
--- a/libmproxy/flow.py
+++ b/libmproxy/flow.py
@@ -586,7 +586,6 @@ class FlowMaster(controller.Master):
if f.intercepting:
return "Can't replay while intercepting..."
if f.request:
- f.backup()
f.request.set_replay()
if f.request.content:
f.request.headers["content-length"] = [str(len(f.request.content))]