mirror of
https://github.com/django/daphne.git
synced 2025-04-21 01:02:06 +03:00
Remove last reference to more_body
This commit is contained in:
parent
291405afeb
commit
c16de0e1e3
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user