FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

http: reject addTrailers after finish by islandryu · Pull Request #62832 · nodejs/node · GitHub

/ node Public

http: reject addTrailers after finish - #62832

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
islandryu:fix-addtrailers-after-finish
Apr 21, 2026
Merged

http: reject addTrailers after finish#62832
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
islandryu:fix-addtrailers-after-finish

Conversation

Copy link
Copy Markdown
Member

Fixes: #62809

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/http
  • @nodejs/net

nodejs-github-bot added errors Issues and PRs related to JavaScript errors originating in Node.js core. http Issues and PRs related to the http subsystem. needs-ci PRs that need a full CI run. labels Apr 19, 2026
islandryu force-pushed the fix-addtrailers-after-finish branch from b054c33 to aa9f6c0 Compare April 19, 2026 14:04
islandryu force-pushed the fix-addtrailers-after-finish branch from aa9f6c0 to 265df15 Compare April 19, 2026 14:34
ChALkeR added the semver-major PRs that contain breaking changes and should be released in the next major version. label Apr 19, 2026

codecov Bot commented Apr 19, 2026
edited
Loading

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.67%. Comparing base (d7e4108) to head (265df15).
⚠️ Report is 856 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #62832      +/-   ##
==========================================
+ Coverage   88.54%   89.67%   +1.12%     
==========================================
  Files         703      706       +3     
  Lines      208544   218226    +9682     
  Branches    40225    41777    +1552     
==========================================
+ Hits       184648   195685   +11037     
+ Misses      15903    14457    -1446     
- Partials     7993     8084      +91     
Files with missing lines Coverage Δ
lib/_http_outgoing.js 95.80% <100.00%> (+0.11%) ⬆️

... and 419 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

mcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

lgtm

mcollina added the request-ci Add this label to start a Jenkins CI on a PR. Only starts once the PR has an approving review. label Apr 19, 2026
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. Only starts once the PR has an approving review. label Apr 19, 2026

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

islandryu added the commit-queue PRs queued for automated landing through the Commit Queue. label Apr 20, 2026
nodejs-github-bot removed the commit-queue PRs queued for automated landing through the Commit Queue. label Apr 21, 2026
nodejs-github-bot merged commit b2248fd into nodejs:main Apr 21, 2026
71 of 74 checks passed

Copy link
Copy Markdown
Collaborator

Landed in b2248fd

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

errors Issues and PRs related to JavaScript errors originating in Node.js core. http Issues and PRs related to the http subsystem. needs-ci PRs that need a full CI run. semver-major PRs that contain breaking changes and should be released in the next major version.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a check to not allow addTrailers on an already ended http reply

9 participants


Back | FazBrowse Home | New Git URL