Skip to content

doc: fix wrong RFC number in http2 #58753

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/api/http2.md
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ changes:
runtime warning.
- version: v24.2.0
pr-url: https://github.com/nodejs/node/pull/58313
description: Following the deprecation of priority signaling as of RFC 1993,
description: Following the deprecation of priority signaling as of RFC 9113,
`weight` option is deprecated.
-->

Expand Down Expand Up @@ -1577,7 +1577,7 @@ changes:
`sumDependencyWeight` is always set to 0.
- version: v24.2.0
pr-url: https://github.com/nodejs/node/pull/58313
description: Following the deprecation of priority signaling as of RFC 1993,
description: Following the deprecation of priority signaling as of RFC 9113,
`weight` and `sumDependencyWeight` options are deprecated.
-->

Expand Down
Loading