| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2220,7 +2220,7 @@ changes: | |||
| 2220 | 2220 | An `IncomingMessage` object is created by [`http.Server`][] or | |
| 2221 | 2221 | [`http.ClientRequest`][] and passed as the first argument to the [`'request'`][] | |
| 2222 | 2222 | and [`'response'`][] event respectively. It may be used to access response | |
| 2223 | - status, headers and data. | ||
| 2223 | + status, headers, and data. | ||
| 2224 | 2224 | ||
| 2225 | 2225 | Different from its `socket` value which is a subclass of {stream.Duplex}, the | |
| 2226 | 2226 | `IncomingMessage` itself extends {stream.Readable} and is created separately to | |
@@ -2960,8 +2960,8 @@ added: v0.1.13 | |||
| 2960 | 2960 | changes: | |
| 2961 | 2961 | - version: v18.0.0 | |
| 2962 | 2962 | pr-url: https://github.com/nodejs/node/pull/41263 | |
| 2963 | - description: The `requestTimeout`, `headersTimeout`, `keepAliveTimeout` and | ||
| 2964 | - `connectionsCheckingInterval` are supported now. | ||
| 2963 | + description: The `requestTimeout`, `headersTimeout`, `keepAliveTimeout`, and | ||
| 2964 | + `connectionsCheckingInterval` options are supported now. | ||
| 2965 | 2965 | - version: v18.0.0 | |
| 2966 | 2966 | pr-url: https://github.com/nodejs/node/pull/42163 | |
| 2967 | 2967 | description: The `noDelay` option now defaults to `true`. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments