File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2222,7 +2222,7 @@ changes:
2222
2222
An ` IncomingMessage ` object is created by [ ` http.Server ` ] [ ] or
2223
2223
[ ` http.ClientRequest ` ] [ ] and passed as the first argument to the [ ` 'request' ` ] [ ]
2224
2224
and [ ` 'response' ` ] [ ] event respectively. It may be used to access response
2225
- status, headers and data.
2225
+ status, headers, and data.
2226
2226
2227
2227
Different from its ` socket ` value which is a subclass of {stream.Duplex}, the
2228
2228
` IncomingMessage ` itself extends {stream.Readable} and is created separately to
@@ -2962,8 +2962,8 @@ added: v0.1.13
2962
2962
changes:
2963
2963
- version: v18.0.0
2964
2964
pr-url: https://github.com/nodejs/node/pull/41263
2965
- description: The `requestTimeout`, `headersTimeout`, `keepAliveTimeout` and
2966
- `connectionsCheckingInterval` are supported now.
2965
+ description: The `requestTimeout`, `headersTimeout`, `keepAliveTimeout`, and
2966
+ `connectionsCheckingInterval` options are supported now.
2967
2967
- version: v18.0.0
2968
2968
pr-url: https://github.com/nodejs/node/pull/42163
2969
2969
description: The `noDelay` option now defaults to `true`.
You can’t perform that action at this time.
0 commit comments