Skip to content

Conversation

@Meltedd
Copy link

@Meltedd Meltedd commented Jan 5, 2026

Fixes: #61284

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/http
  • @nodejs/net

@nodejs-github-bot nodejs-github-bot added http Issues or PRs related to the http subsystem. needs-ci PRs that need a full CI run. labels Jan 5, 2026
@codecov
Copy link

codecov bot commented Jan 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.53%. Comparing base (502b5d5) to head (ab1d73e).
⚠️ Report is 13 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #61285      +/-   ##
==========================================
+ Coverage   87.99%   88.53%   +0.53%     
==========================================
  Files         704      704              
  Lines      208759   208761       +2     
  Branches    40190    40279      +89     
==========================================
+ Hits       183696   184824    +1128     
+ Misses      17003    15942    -1061     
+ Partials     8060     7995      -65     
Files with missing lines Coverage Δ
lib/_http_common.js 100.00% <100.00%> (ø)

... and 103 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.

@Meltedd Meltedd force-pushed the fix-rawheaders-limit branch from c10e28e to ab1d73e Compare January 6, 2026 20:29
@pimterry pimterry added the request-ci Add this label to start a Jenkins CI on a PR. label Jan 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

http Issues or PRs related to the http subsystem. needs-ci PRs that need a full CI run. request-ci Add this label to start a Jenkins CI on a PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rawHeaders can exceed maxHeadersCount limit due to batch flush logic

4 participants