| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent caa0a78 commit 9709331
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -550,7 +550,7 @@ with a `100 Continue` as appropriate. | |||
| 550 | 550 | ||
| 551 | 551 | Handling this event involves calling [`response.writeContinue()`][] if the client | |
| 552 | 552 | should 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 | ||
| 554 | 554 | request body. | |
| 555 | 555 | ||
| 556 | 556 | Note 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 | |||
| 853 | 853 | message) to the response. | |
| 854 | 854 | ||
| 855 | 855 | Trailers 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 | ||
| 857 | 857 | be silently discarded. | |
| 858 | 858 | ||
| 859 | 859 | Note that HTTP requires the `Trailer` header to be sent if you intend to | |
| Back | FazBrowse Home | New Git URL |
0 commit comments