Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
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
doc: fix wrong RFC number in http2
Priority signaling was deprecated in RFC 9113(not 1993).

Refs: #58313
  • Loading branch information
deokjinkim committed Jun 18, 2025
commit e41d22141dfee4af4168a32e1fe82b66d9041e92
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