| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -753,7 +753,7 @@ function onGoawayData(code, lastStreamID, buf) { | |||
| 753 | 753 | ||
| 754 | 754 | // TODO(aduh95): remove this in future semver-major | |
| 755 | 755 | const deprecateWeight = deprecateProperty('weight', | |
| 756 | - 'Priority signaling has been deprecated as of RFC 1993.', | ||
| 756 | + 'Priority signaling has been deprecated as of RFC 9113.', | ||
| 757 | 757 | 'DEP0194'); | |
| 758 | 758 | ||
| 759 | 759 | // When a ClientHttp2Session is first created, the socket may not yet be | |
@@ -2480,7 +2480,7 @@ class Http2Stream extends Duplex { | |||
| 2480 | 2480 | Http2Stream.prototype.priority = deprecate(function priority(options) { | |
| 2481 | 2481 | if (this.destroyed) | |
| 2482 | 2482 | throw new ERR_HTTP2_INVALID_STREAM(); | |
| 2483 | - }, 'http2Stream.priority is longer supported after priority signalling was deprecated in RFC 1993', 'DEP0194'); | ||
| 2483 | + }, 'http2Stream.priority is longer supported after priority signalling was deprecated in RFC 9113', 'DEP0194'); | ||
| 2484 | 2484 | ||
| 2485 | 2485 | function callTimeout(self, session) { | |
| 2486 | 2486 | // If the session is destroyed, this should never actually be invoked, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,7 @@ const h2 = require('http2'); | |||
| 7 | 7 | ||
| 8 | 8 | common.expectWarning( | |
| 9 | 9 | 'DeprecationWarning', | |
| 10 | - 'http2Stream.priority is longer supported after priority signalling was deprecated in RFC 1993', | ||
| 10 | + 'http2Stream.priority is longer supported after priority signalling was deprecated in RFC 9113', | ||
| 11 | 11 | 'DEP0194'); | |
| 12 | 12 | ||
| 13 | 13 | const server = h2.createServer(); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,7 +8,7 @@ const http2 = require('http2'); | |||
| 8 | 8 | ||
| 9 | 9 | common.expectWarning( | |
| 10 | 10 | 'DeprecationWarning', | |
| 11 | - 'Priority signaling has been deprecated as of RFC 1993.', | ||
| 11 | + 'Priority signaling has been deprecated as of RFC 9113.', | ||
| 12 | 12 | 'DEP0194'); | |
| 13 | 13 | ||
| 14 | 14 | const checkWeight = (actual, expect) => { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,7 +9,7 @@ const Countdown = require('../common/countdown'); | |||
| 9 | 9 | ||
| 10 | 10 | common.expectWarning( | |
| 11 | 11 | 'DeprecationWarning', | |
| 12 | - 'http2Stream.priority is longer supported after priority signalling was deprecated in RFC 1993', | ||
| 12 | + 'http2Stream.priority is longer supported after priority signalling was deprecated in RFC 9113', | ||
| 13 | 13 | 'DEP0194'); | |
| 14 | 14 | ||
| 15 | 15 | const server = http2.createServer(); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,7 @@ const h2 = require('http2'); | |||
| 7 | 7 | ||
| 8 | 8 | common.expectWarning( | |
| 9 | 9 | 'DeprecationWarning', | |
| 10 | - 'http2Stream.priority is longer supported after priority signalling was deprecated in RFC 1993', | ||
| 10 | + 'http2Stream.priority is longer supported after priority signalling was deprecated in RFC 9113', | ||
| 11 | 11 | 'DEP0194'); | |
| 12 | 12 | ||
| 13 | 13 | const server = h2.createServer(); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,7 +8,7 @@ const h2 = require('http2'); | |||
| 8 | 8 | ||
| 9 | 9 | common.expectWarning( | |
| 10 | 10 | 'DeprecationWarning', | |
| 11 | - 'http2Stream.priority is longer supported after priority signalling was deprecated in RFC 1993', | ||
| 11 | + 'http2Stream.priority is longer supported after priority signalling was deprecated in RFC 9113', | ||
| 12 | 12 | 'DEP0194'); | |
| 13 | 13 | ||
| 14 | 14 | const server = h2.createServer(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments