aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorUjjwal Verma <ujjwalverma1111@gmail.com>2017-07-04 10:49:49 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2017-07-04 10:53:23 +0200
commit6367dcab8eb83ca073eaf0a38c75f751eb2dc246 (patch)
treea4999b7bbdc437b2230600a4744723efe637105a /examples
parent9e1902be62ba5a6c8d6d1496b3cb18f7deb0e583 (diff)
downloadmitmproxy-6367dcab8eb83ca073eaf0a38c75f751eb2dc246.tar.gz
mitmproxy-6367dcab8eb83ca073eaf0a38c75f751eb2dc246.tar.bz2
mitmproxy-6367dcab8eb83ca073eaf0a38c75f751eb2dc246.zip
update streaming docs
Diffstat (limited to 'examples')
-rw-r--r--examples/complex/stream.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/complex/stream.py b/examples/complex/stream.py
index 1993cf7f..ae365ec5 100644
--- a/examples/complex/stream.py
+++ b/examples/complex/stream.py
@@ -1,6 +1,6 @@
def responseheaders(flow):
"""
Enables streaming for all responses.
- This is equivalent to passing `--stream 0` to mitmproxy.
+ This is equivalent to passing `--set stream_large_bodies=1` to mitmproxy.
"""
flow.response.stream = True