v22.23.1
nodejs/nodev22.23.1Jun 23, 2026by RafaelGSS
AI Summary
This release fixes an unexpected behavior introduced in the previous version (22.23.0), specifically regarding stream listeners on idle agent sockets.
Key Highlights
- http: avoid stream listeners on idle agent sockets
Full Release Notes
This release includes a fix for an unexpected behavior introduced by the recent security release (22.23.0). ### Commits * \[[`41d2ee13be`](https://github.com/nodejs/node/commit/41d2ee13be)] - **build**: switch coverage-windows to `windows-2022` (Richard Lau) [#63940](https://github.com/nodejs/node/pull/63940) * \[[`eaa292549e`](https://github.com/nodejs/node/commit/eaa292549e)] - **http**: avoid stream listeners on idle agent sockets (Matteo Collina) [#64004](https://github.com/nodejs/node/pull/64004)