-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
http: perf improvements #59855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
http: perf improvements #59855
Conversation
Review requested:
|
Codecov Report❌ Patch coverage is
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
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems no performance improvement. Ref: https://openjs-foundation.slack.com/archives/C049LSE8QBH/p1757601951692649?thread_ts=1757599942.319249&cid=C049LSE8QBH
|
||
state.incoming.shift(); | ||
if (head !== null && head !== req) { | ||
throw new Error('Out of order response finish'); |
There was a problem hiding this comment.
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
No description provided.