aboutsummaryrefslogtreecommitdiffstats
path: root/docs/features
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-03-31 18:07:58 +0200
committerMaximilian Hils <git@maximilianhils.com>2016-03-31 18:07:58 +0200
commitc788e18e03e22bccb7c08eb7ac8283f3732aa50d (patch)
tree6cd4f99c6570a5c4e7f00a48f91cba147c5b4974 /docs/features
parent5552b5e782deaa510ebb00f337e39e99ac452aae (diff)
parentde0f2cbcd349005a07679283befa2d209bd9d022 (diff)
downloadmitmproxy-c788e18e03e22bccb7c08eb7ac8283f3732aa50d.tar.gz
mitmproxy-c788e18e03e22bccb7c08eb7ac8283f3732aa50d.tar.bz2
mitmproxy-c788e18e03e22bccb7c08eb7ac8283f3732aa50d.zip
Merge branch 'master' of https://github.com/mitmproxy/mitmproxy
Diffstat (limited to 'docs/features')
-rw-r--r--docs/features/responsestreaming.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/features/responsestreaming.rst b/docs/features/responsestreaming.rst
index 8975c1f8..9dc27bf4 100644
--- a/docs/features/responsestreaming.rst
+++ b/docs/features/responsestreaming.rst
@@ -48,8 +48,7 @@ Implementation Details
----------------------
When response streaming is enabled, portions of the code which would have otherwise performed
-changes on the response body will see an empty response body instead
-(:py:data:`netlib.http.CONTENT_MISSING`). Any modifications will be ignored.
+changes on the response body will see an empty response body. Any modifications will be ignored.
Streamed responses are usually sent in chunks of 4096 bytes. If the response is sent with a
``Transfer-Encoding: chunked`` header, the response will be streamed one chunk at a time.