Skip to content

http2: remove support for priority signaling #58293

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

Merged
merged 1 commit into from
Jun 3, 2025

Conversation

mcollina
Copy link
Member

This supersedes #57269 as it also patches some failing test that caught a breaking change in nghttp2.

Technically, this is a breaking change for us, but I ask the @nodejs/tsc to land it in v24.x, as it would massively simplify long-term maintenance of the v24.x line.

@mcollina mcollina requested a review from jasnell May 12, 2025 07:44
@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/http
  • @nodejs/http2
  • @nodejs/net
  • @nodejs/security-wg

@nodejs-github-bot nodejs-github-bot added http2 Issues or PRs related to the http2 subsystem. needs-ci PRs that need a full CI run. labels May 12, 2025
@mcollina mcollina requested a review from pimterry May 12, 2025 07:46
@mcollina
Copy link
Member Author

cc @nodejs/tsc

@mcollina mcollina added the semver-major PRs that contain breaking changes and should be released in the next major version. label May 12, 2025
@mcollina mcollina changed the title Update nghttp2 mc Update nghttp2 mc to v1.65.0 May 12, 2025
@mcollina mcollina added the tsc-agenda Issues and PRs to discuss during the meetings of the TSC. label May 12, 2025
@mcollina mcollina added the request-ci Add this label to start a Jenkins CI on a PR. label May 12, 2025
Copy link

codecov bot commented May 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.22%. Comparing base (968e2f4) to head (b3e21c0).
Report is 18 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #58293   +/-   ##
=======================================
  Coverage   90.21%   90.22%           
=======================================
  Files         635      635           
  Lines      187580   187565   -15     
  Branches    36853    36848    -5     
=======================================
+ Hits       169231   169236    +5     
+ Misses      11108    11102    -6     
+ Partials     7241     7227   -14     
Files with missing lines Coverage Δ
lib/internal/http2/core.js 95.13% <100.00%> (-0.43%) ⬇️
lib/internal/util.js 96.25% <100.00%> (-0.06%) ⬇️

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

@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label May 12, 2025
@nodejs-github-bot
Copy link
Collaborator

@lpinca
Copy link
Member

lpinca commented May 12, 2025

There is a typo in the second commit title: priotity -> priority.

Copy link
Member

@mhdawson mhdawson left a comment

Choose a reason for hiding this comment

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

LGTM

@aduh95 aduh95 added the blocked PRs that are blocked by other issues or PRs. label May 28, 2025
@aduh95
Copy link
Contributor

aduh95 commented May 28, 2025

Blocked on #58313

@aduh95 aduh95 force-pushed the update-nghttp2-mc branch from 8c331c6 to 64b8d24 Compare May 29, 2025 10:45
@aduh95
Copy link
Contributor

aduh95 commented May 29, 2025

I realized there were a few missing mentions in the docs, opened #58504 which should land before this one.

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.

LGTM. Let's start a CITGM before landing this on v24.x.

@aduh95 aduh95 force-pushed the update-nghttp2-mc branch from 64b8d24 to e1ed2ba Compare May 29, 2025 14:28
@aduh95 aduh95 changed the title Update nghttp2 mc to v1.65.0 http2: remove support for priority signaling May 29, 2025
@aduh95
Copy link
Contributor

aduh95 commented May 29, 2025

I've removed the nghttp2 update from this PR since it won't be semver-major once this has landed. The first commit is from #58504, to be removed from this PR once the other PR has landed on main.

@aduh95 aduh95 force-pushed the update-nghttp2-mc branch from e1ed2ba to 2272fef Compare May 29, 2025 14:34
@aduh95
Copy link
Contributor

aduh95 commented May 29, 2025

CITGM(main): https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3600/
CITGM(this PR): https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3601/

ncu-ci citgm 3600 3601
FAILURE: 2 failures in 3601 not present in 3600


┌──────────────────────────┬──────────────────────┐
│ (index)                  │ 0                    │
├──────────────────────────┼──────────────────────┤
│ ubuntu2204-64            │                      │
│ debian12-x64             │                      │
│ alpine-latest-x64        │                      │
│ rhel9-s390x              │ 'underscore-v1.13.7' │
│ osx13-x64                │                      │
│ rhel9-ppc64le            │                      │
│ win-vs2022_clang         │                      │
│ aix72-ppc64              │ 'browserify-v17.0.1' │
│ fedora-latest-x64        │                      │
│ win11-vs2022_clang-arm64 │                      │
└──────────────────────────┴──────────────────────┘

@aduh95 aduh95 force-pushed the update-nghttp2-mc branch from 69049a1 to b3e21c0 Compare May 31, 2025 11:53
@nodejs-github-bot
Copy link
Collaborator

@aduh95 aduh95 added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. and removed blocked PRs that are blocked by other issues or PRs. labels May 31, 2025
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@aduh95 aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 3, 2025
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 3, 2025
@nodejs-github-bot nodejs-github-bot merged commit a631264 into nodejs:main Jun 3, 2025
60 of 61 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in a631264

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. http2 Issues or PRs related to the http2 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. tsc-agenda Issues and PRs to discuss during the meetings of the TSC.
Projects
None yet
Development

Successfully merging this pull request may close these issues.