Skip to content

Commit

Permalink
Remove "wait for body" response constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed May 2, 2023
1 parent e22d765 commit c3d70c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions specs/www.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,7 @@ Response Start - ``send`` event
'''''''''''''''''''''''''''''''

Sent by the application to start sending a response to the client. Needs to be
followed by at least one response content message. The protocol server must not
start sending the response to the client until it has received at least one
*Response Body* event.
followed by at least one response content message.

You may send a ``Transfer-Encoding`` header in this message, but the server
must ignore it. Servers handle ``Transfer-Encoding`` themselves, and may opt
Expand Down

0 comments on commit c3d70c3

Please sign in to comment.