aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/dump.py
diff options
context:
space:
mode:
Diffstat (limited to 'libmproxy/dump.py')
-rw-r--r--libmproxy/dump.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/libmproxy/dump.py b/libmproxy/dump.py
index 41b5627f..6f544d6a 100644
--- a/libmproxy/dump.py
+++ b/libmproxy/dump.py
@@ -8,7 +8,6 @@ class Options(object):
__slots__ = [
"anticache",
"anticomp",
- "autodecode",
"client_replay",
"eventlog",
"keepserving",
@@ -57,7 +56,6 @@ class DumpMaster(flow.FlowMaster):
self.o = options
self.anticache = options.anticache
self.anticomp = options.anticomp
- self.autodecode = options.autodecode
self.eventlog = options.eventlog
self.refresh_server_playback = options.refresh_server_playback