You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nodejs-github-bot
added
c++
Issues and PRs that require attention from people who are familiar with C++.
http2
Issues and PRs related to the http2 subsystem.
needs-ci
PRs that need a full CI run.
labels
Apr 28, 2026
❌ Patch coverage is 90.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 89.64%. Comparing base (58a8e1d) to head (4dd0542). ⚠️ Report is 1311 commits behind head on main.
@mcollina I've checked out the branch and the benchmark added here doesn't seem to show any real difference for me with this change. What results are you seeing? Is it that script, or some other benchmark?
This is supposed to be a performance improvement, right? The original issue is about downloads being slower under HTTP/2 than HTTP/1, I assumed the benchmark added was aiming to show that this really fixed the issue. If the one here is just guarding against regressions, can we add another here to test that this fix actually improves things to match HTTP/1?
This pull request has been marked as stale due to 90 days of inactivity.
It will be automatically closed in 30 days if no further activity occurs. If this is still relevant, please leave a comment or update it to keep it open.
github-actionsBot
added
the
stale
Issues and PRs marked stale due to inactivity and scheduled for automatic closure.
label
Aug 13, 2026
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
c++Issues and PRs that require attention from people who are familiar with C++.http2Issues and PRs related to the http2 subsystem.needs-ciPRs that need a full CI run.staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes: #54874