File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -322,10 +322,10 @@ discard responses at their discretion for other reasons.
322
322
323
323
Changes to the state of a request stream, including receiving a RST_STREAM
324
324
(regardless of error code), do not affect the state of the server's response.
325
- Servers MUST NOT abort a response in progress solely due to a state change on
326
- the request stream. However, if the request stream terminates without containing
327
- a fully-formed HTTP request, the server SHOULD abort its response with the error
328
- code HTTP_INCOMPLETE_REQUEST.
325
+ Servers do not abort a response in progress solely due to a state change on the
326
+ request stream. However, if the request stream terminates without containing a
327
+ usable HTTP request, the server SHOULD abort its response with the error code
328
+ HTTP_INCOMPLETE_REQUEST.
329
329
330
330
# ## Header Formatting and Compression
331
331
You can’t perform that action at this time.
0 commit comments