Skip to content

Conversation

ronag
Copy link
Member

@ronag ronag commented Sep 11, 2025

No description provided.

@ronag ronag requested a review from RafaelGSS September 11, 2025 14:12
@ronag ronag added the http Issues or PRs related to the http subsystem. label Sep 11, 2025
@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/http
  • @nodejs/net

@nodejs-github-bot nodejs-github-bot added the needs-ci PRs that need a full CI run. label Sep 11, 2025
Copy link

codecov bot commented Sep 11, 2025

Codecov Report

❌ Patch coverage is 62.50000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 88.26%. Comparing base (f855cda) to head (471f588).
⚠️ Report is 43 commits behind head on main.

Files with missing lines Patch % Lines
lib/_http_server.js 62.50% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #59855      +/-   ##
==========================================
- Coverage   89.93%   88.26%   -1.68%     
==========================================
  Files         669      702      +33     
  Lines      197540   206687    +9147     
  Branches    38599    39754    +1155     
==========================================
+ Hits       177657   182425    +4768     
- Misses      12296    16284    +3988     
- Partials     7587     7978     +391     
Files with missing lines Coverage Δ
lib/_http_server.js 96.73% <62.50%> (-0.06%) ⬇️

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

Copy link
Member

@RafaelGSS RafaelGSS left a comment

Choose a reason for hiding this comment

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


state.incoming.shift();
if (head !== null && head !== req) {
throw new Error('Out of order response finish');
Copy link
Member

Choose a reason for hiding this comment

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

Needs a proper node.js error with a code property

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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants