| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f83fc62 commit f2dc7c8
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2102,9 +2102,14 @@ Emitted when the request has been aborted. | |||
| 2102 | 2102 | ||
| 2103 | 2103 | <!-- YAML | |
| 2104 | 2104 | added: v0.4.2 | |
| 2105 | + changes: | ||
| 2106 | + - version: v16.0.0 | ||
| 2107 | + pr-url: https://github.com/nodejs/node/pull/33035 | ||
| 2108 | + description: The close event is now emitted when the request has been completed and not when the | ||
| 2109 | + underlying socket is closed. | ||
| 2105 | 2110 | --> | |
| 2106 | 2111 | ||
| 2107 | - Indicates that the underlying connection was closed. | ||
| 2112 | + Emitted when the request has been completed. | ||
| 2108 | 2113 | ||
| 2109 | 2114 | ### `message.aborted` | |
| 2110 | 2115 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2745,6 +2745,7 @@ Contributed by Michaël Zasso - [#37587](https://github.com/nodejs/node/pull/375 | |||
| 2745 | 2745 | * **deps**: update llhttp to 6.0.0 (Fedor Indutny) [#38277](https://github.com/nodejs/node/pull/38277) | |
| 2746 | 2746 | * **deps**: upgrade npm to 7.10.0 (Ruy Adorno) [#38254](https://github.com/nodejs/node/pull/38254) | |
| 2747 | 2747 | * **(SEMVER-MINOR)** **http**: add http.ClientRequest.getRawHeaderNames() (simov) [#37660](https://github.com/nodejs/node/pull/37660) | |
| 2748 | + * **(SEMVER-MAJOR)** **http**: use `autoDestroy: true` in incoming message (Daniele Belardi) [#33035](https://github.com/nodejs/node/pull/33035) | ||
| 2748 | 2749 | * **(SEMVER-MAJOR)** **lib,src**: update cluster to use Parent (Michael Dawson) [#36478](https://github.com/nodejs/node/pull/36478) | |
| 2749 | 2750 | * **(SEMVER-MINOR)** **module**: add support for `node:`‑prefixed `require(…)` calls (ExE Boss) [#37246](https://github.com/nodejs/node/pull/37246) | |
| 2750 | 2751 | * **(SEMVER-MINOR)** **perf\_hooks**: add histogram option to timerify (James M Snell) [#37475](https://github.com/nodejs/node/pull/37475) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments