@@ -1457,6 +1457,7 @@ numeric stream identifier.
1457
1457
1458
1458
<!-- YAML
1459
1459
added: v8.4.0
1460
+ deprecated: REPLACEME
1460
1461
-->
1461
1462
1462
1463
* ` options ` {Object}
@@ -1474,6 +1475,9 @@ added: v8.4.0
1474
1475
1475
1476
Updates the priority for this ` Http2Stream ` instance.
1476
1477
1478
+ The support for priority signaling has been deprecated in the [ RFC 9113] [ ] , and
1479
+ will be removed in future versions of Node.js.
1480
+
1477
1481
#### ` http2stream.rstCode `
1478
1482
1479
1483
<!-- YAML
@@ -1583,8 +1587,11 @@ Provides miscellaneous information about the current state of the
1583
1587
remotely.
1584
1588
* ` sumDependencyWeight ` {number} The sum weight of all ` Http2Stream `
1585
1589
instances that depend on this ` Http2Stream ` as specified using
1586
- ` PRIORITY ` frames.
1587
- * ` weight ` {number} The priority weight of this ` Http2Stream ` .
1590
+ ` PRIORITY ` frames. This has been ** deprecated** in [ RFC 9113] [ ] , and
1591
+ support for it will be removed in future versions of Node.js.
1592
+ * ` weight ` {number} The priority weight of this ` Http2Stream ` . This has been
1593
+ ** deprecated** in [ RFC 9113] [ ] , and support for it will be removed in future
1594
+ versions of Node.js.
1588
1595
1589
1596
A current state of this ` Http2Stream ` .
1590
1597
@@ -4883,6 +4890,7 @@ you need to implement any fall-back behavior yourself.
4883
4890
[ RFC 7838 ] : https://tools.ietf.org/html/rfc7838
4884
4891
[ RFC 8336 ] : https://tools.ietf.org/html/rfc8336
4885
4892
[ RFC 8441 ] : https://tools.ietf.org/html/rfc8441
4893
+ [ RFC 9113 ] : https://datatracker.ietf.org/doc/html/rfc9113#section-5.3.1
4886
4894
[ Sensitive headers ] : #sensitive-headers
4887
4895
[ `'checkContinue'` ] : #event-checkcontinue
4888
4896
[ `'connect'` ] : #event-connect
0 commit comments