diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2016-10-18 10:28:09 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2016-10-18 10:42:05 +1300 |
commit | b25d94a6ac77ec789076b148be31bc99ad74616c (patch) | |
tree | 4ca5270173e6ec79c0a3aa72afd03b2312551410 /mitmproxy/dump.py | |
parent | 381ad898acc7dd9f4702ce64dc338c976000cb55 (diff) | |
download | mitmproxy-b25d94a6ac77ec789076b148be31bc99ad74616c.tar.gz mitmproxy-b25d94a6ac77ec789076b148be31bc99ad74616c.tar.bz2 mitmproxy-b25d94a6ac77ec789076b148be31bc99ad74616c.zip |
Response body streaming to addon
Diffstat (limited to 'mitmproxy/dump.py')
-rw-r--r-- | mitmproxy/dump.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mitmproxy/dump.py b/mitmproxy/dump.py index 35f6e1d3..d3f894fa 100644 --- a/mitmproxy/dump.py +++ b/mitmproxy/dump.py @@ -40,7 +40,6 @@ class DumpMaster(flow.FlowMaster): self.addons.add(dumper.Dumper()) # This line is just for type hinting self.options = self.options # type: Options - self.set_stream_large_bodies(options.stream_large_bodies) if not self.options.no_server and server: self.add_log( |