Commit ae9d5fd 1 parent 98f1f34 commit ae9d5fd Copy full SHA for ae9d5fd
File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -2106,9 +2106,14 @@ Emitted when the request has been aborted.
2106
2106
2107
2107
<!-- YAML
2108
2108
added: v0.4.2
2109
+ changes:
2110
+ - version: v16.0.0
2111
+ pr-url: https://github.com/nodejs/node/pull/33035
2112
+ description: The close event is now emitted when the request has been completed and not when the
2113
+ underlying socket is closed.
2109
2114
-->
2110
2115
2111
- Indicates that the underlying connection was closed .
2116
+ Emitted when the request has been completed .
2112
2117
2113
2118
### ` message.aborted `
2114
2119
Original file line number Diff line number Diff line change @@ -1600,6 +1600,7 @@ Contributed by Michaël Zasso - [#37587](https://github.com/nodejs/node/pull/375
1600
1600
* ** deps** : update llhttp to 6.0.0 (Fedor Indutny) [ #38277 ] ( https://github.com/nodejs/node/pull/38277 )
1601
1601
* ** deps** : upgrade npm to 7.10.0 (Ruy Adorno) [ #38254 ] ( https://github.com/nodejs/node/pull/38254 )
1602
1602
* ** (SEMVER-MINOR)** ** http** : add http.ClientRequest.getRawHeaderNames() (simov) [ #37660 ] ( https://github.com/nodejs/node/pull/37660 )
1603
+ * ** (SEMVER-MAJOR)** ** http** : use ` autoDestroy: true ` in incoming message (Daniele Belardi) [ #33035 ] ( https://github.com/nodejs/node/pull/33035 )
1603
1604
* ** (SEMVER-MAJOR)** ** lib,src** : update cluster to use Parent (Michael Dawson) [ #36478 ] ( https://github.com/nodejs/node/pull/36478 )
1604
1605
* ** (SEMVER-MINOR)** ** module** : add support for ` node: ` ‑prefixed ` require(…) ` calls (ExE Boss) [ #37246 ] ( https://github.com/nodejs/node/pull/37246 )
1605
1606
* ** (SEMVER-MINOR)** ** perf\_ hooks** : add histogram option to timerify (James M Snell) [ #37475 ] ( https://github.com/nodejs/node/pull/37475 )
You can’t perform that action at this time.
0 commit comments