Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3715dd1

Browse filesBrowse files
deokjinkimmarco-ippolito
authored andcommitted
doc: fix wrong RFC number in http2
Priority signaling was deprecated in RFC 9113(not 1993). Refs: #58313 PR-URL: #58753 Reviewed-By: Tim Perry <pimterry@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
1 parent 098c017 commit 3715dd1
Copy full SHA for 3715dd1

1 file changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎doc/api/http2.md‎

Copy file name to clipboardExpand all lines: doc/api/http2.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ added: v8.4.0
10741074
changes:
10751075
- version: v20.19.6
10761076
pr-url: https://github.com/nodejs/node/pull/58313
1077-
description: Following the deprecation of priority signaling as of RFC 1993,
1077+
description: Following the deprecation of priority signaling as of RFC 9113,
10781078
`weight` option is deprecated.
10791079
-->
10801080

@@ -1581,7 +1581,7 @@ added: v8.4.0
15811581
changes:
15821582
- version: v20.19.6
15831583
pr-url: https://github.com/nodejs/node/pull/58313
1584-
description: Following the deprecation of priority signaling as of RFC 1993,
1584+
description: Following the deprecation of priority signaling as of RFC 9113,
15851585
`weight` and `sumDependencyWeight` options are deprecated.
15861586
-->
15871587

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.