Skip to content

Commit e2e88d4

Browse files
deokjinkimRafaelGSS
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 be93091 commit e2e88d4

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
@@ -1078,7 +1078,7 @@ changes:
10781078
runtime warning.
10791079
- version: v24.2.0
10801080
pr-url: https://github.com/nodejs/node/pull/58313
1081-
description: Following the deprecation of priority signaling as of RFC 1993,
1081+
description: Following the deprecation of priority signaling as of RFC 9113,
10821082
`weight` option is deprecated.
10831083
-->
10841084

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

0 commit comments

Comments
 (0)