Remove last reference to more_body

This commit is contained in:
Andrew Godwin 2016-10-26 09:15:53 -07:00
parent 291405afeb
commit c16de0e1e3

View File

@ -561,10 +561,10 @@ Keys:
Header names must be lowercased.
* ``body``: Body of the request, as a byte string. Optional, defaults to ``""``.
If ``more_body`` is set, treat as start of body and concatenate
If ``body_channel`` is set, treat as start of body and concatenate
on further chunks.
* ``more_body``: Name of a single-reader channel (containing ``?``) that contains
* ``body_channel``: Name of a single-reader channel (containing ``?``) that contains
Request Body Chunk messages representing a large request body.
Optional, defaults to ``None``. Chunks append to ``body`` if set. Presence of
a channel indicates at least one Request Body Chunk message needs to be read,