File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -550,7 +550,7 @@ with a `100 Continue` as appropriate.
550550
551551Handling this event involves calling [ ` response.writeContinue() ` ] [ ] if the client
552552should continue to send the request body, or generating an appropriate HTTP
553- response (e.g., 400 Bad Request) if the client should not continue to send the
553+ response (e.g. 400 Bad Request) if the client should not continue to send the
554554request body.
555555
556556Note that when this event is emitted and handled, the [ ` 'request' ` ] [ ] event will
@@ -853,7 +853,7 @@ This method adds HTTP trailing headers (a header but at the end of the
853853message) to the response.
854854
855855Trailers will ** only** be emitted if chunked encoding is used for the
856- response; if it is not (e.g., if the request was HTTP/1.0), they will
856+ response; if it is not (e.g. if the request was HTTP/1.0), they will
857857be silently discarded.
858858
859859Note that HTTP requires the ` Trailer ` header to be sent if you intend to
You can’t perform that action at this time.
0 commit comments