File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2220,7 +2220,7 @@ changes:
22202220An ` IncomingMessage ` object is created by [ ` http.Server ` ] [ ] or
22212221[ ` http.ClientRequest ` ] [ ] and passed as the first argument to the [ ` 'request' ` ] [ ]
22222222and [ ` 'response' ` ] [ ] event respectively. It may be used to access response
2223- status, headers and data.
2223+ status, headers, and data.
22242224
22252225Different from its ` socket ` value which is a subclass of {stream.Duplex}, the
22262226` IncomingMessage ` itself extends {stream.Readable} and is created separately to
@@ -2960,8 +2960,8 @@ added: v0.1.13
29602960changes:
29612961 - version: v18.0.0
29622962 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.
29652965 - version: v18.0.0
29662966 pr-url: https://github.com/nodejs/node/pull/42163
29672967 description: The `noDelay` option now defaults to `true`.
You can’t perform that action at this time.
0 commit comments