http: remove redundant keepAliveTimeoutBuffer assignment#61743
Merged
nodejs-github-bot merged 1 commit intoFeb 19, 2026
Merged
Conversation
Collaborator
|
Review requested:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #61743 +/- ##
=======================================
Coverage 89.73% 89.73%
=======================================
Files 675 675
Lines 204525 204519 -6
Branches 39314 39304 -10
=======================================
+ Hits 183523 183529 +6
+ Misses 13300 13293 -7
+ Partials 7702 7697 -5
🚀 New features to boost your workflow:
|
Flarna
approved these changes
Feb 8, 2026
lpinca
approved these changes
Feb 8, 2026
gurgunday
approved these changes
Feb 8, 2026
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
pimterry
approved these changes
Feb 9, 2026
trivikr
approved these changes
Feb 9, 2026
Collaborator
Collaborator
|
Landed in 9d64cb6 |
aduh95
pushed a commit
that referenced
this pull request
Feb 19, 2026
PR-URL: #61743 Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gürgün Dayıoğlu <hey@gurgun.day> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Tim Perry <pimterry@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Mar 2, 2026
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [node](https://nodejs.org) ([source](https://github.com/nodejs/node)) | minor | `25.6.1` → `25.7.0` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>nodejs/node (node)</summary> ### [`v25.7.0`](https://github.com/nodejs/node/releases/tag/v25.7.0): 2026-02-24, Version 25.7.0 (Current), @​ruyadorno prepared by @​aduh95 [Compare Source](nodejs/node@v25.6.1...v25.7.0) ##### Notable Changes - \[[`b0a79b10f0`](nodejs/node@b0a79b10f0)] - **(SEMVER-MINOR)** **http2**: add http1Options for HTTP/1 fallback configuration (Amol Yadav) [#​61713](nodejs/node#61713) - \[[`2d874dfb8e`](
storeHTTPOptions()(see lib/_http_server.js:496) already validates and initializeskeepAliveTimeoutBuffer. This PR removes the redundant assignment so option validation and defaulting have a single source of truth.