Skip to content

Commit 4e9fe67

Browse files
deokjinkimaduh95
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 <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Ethan Arrowood <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Minwoo Jung <[email protected]>
1 parent 0f2b31c commit 4e9fe67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/http2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ added: v8.4.0
10741074
changes:
10751075
- version: v22.17.0
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: v22.17.0
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)