File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ with a 100 Continue as appropriate.
510
510
511
511
Handling this event involves calling [ ` response.writeContinue() ` ] [ ] if the client
512
512
should continue to send the request body, or generating an appropriate HTTP
513
- response (e.g., 400 Bad Request) if the client should not continue to send the
513
+ response (e.g. 400 Bad Request) if the client should not continue to send the
514
514
request body.
515
515
516
516
Note that when this event is emitted and handled, the ` 'request' ` event will
@@ -755,7 +755,7 @@ This method adds HTTP trailing headers (a header but at the end of the
755
755
message) to the response.
756
756
757
757
Trailers will ** only** be emitted if chunked encoding is used for the
758
- response; if it is not (e.g., if the request was HTTP/1.0), they will
758
+ response; if it is not (e.g. if the request was HTTP/1.0), they will
759
759
be silently discarded.
760
760
761
761
Note 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