diff options
author | Aldo Cortesi <aldo@corte.si> | 2016-10-18 11:14:44 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-18 11:14:44 +1300 |
commit | 323f04fbe119341ae9e097c41e0d049cd4fe58c9 (patch) | |
tree | 4ca5270173e6ec79c0a3aa72afd03b2312551410 /mitmproxy/dump.py | |
parent | 381ad898acc7dd9f4702ce64dc338c976000cb55 (diff) | |
parent | b25d94a6ac77ec789076b148be31bc99ad74616c (diff) | |
download | mitmproxy-323f04fbe119341ae9e097c41e0d049cd4fe58c9.tar.gz mitmproxy-323f04fbe119341ae9e097c41e0d049cd4fe58c9.tar.bz2 mitmproxy-323f04fbe119341ae9e097c41e0d049cd4fe58c9.zip |
Merge pull request #1624 from cortesi/streambodies
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( |