http2: validate initialWindowSize per HTTP/2 spec #79805
Triggered via pull request
January 16, 2026 16:48
Status
Cancelled
Total duration
56m 6s
Artifacts
–
Annotations
5 errors and 2 notices
|
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-http2-getpackedsettings.js#L33
--- stderr ---
node:internal/errors:546
throw error;
^
RangeError [ERR_HTTP2_INVALID_SETTING_VALUE]: Invalid value for setting "initialWindowSize": 4294967295
at Object.getPackedSettings (node:internal/http2/core:3621:3)
at /home/runner/work/node/node/node/test/parallel/test-http2-getpackedsettings.js:35:9
at Array.forEach (<anonymous>)
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-http2-getpackedsettings.js:33:3)
at Module._compile (node:internal/modules/cjs/loader:1803:14)
at Object..js (node:internal/modules/cjs/loader:1934:10)
at Module.load (node:internal/modules/cjs/loader:1524:32)
at Module._load (node:internal/modules/cjs/loader:1326:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24) {
code: 'ERR_HTTP2_INVALID_SETTING_VALUE',
actual: 4294967295,
min: 0,
max: 2147483647
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-http2-getpackedsettings.js
|
|
test-linux (ubuntu-24.04)
Canceling since a higher priority waiting request for Test Linux-fix-http2-initial-window-size-validation exists
|
|
test-linux (ubuntu-24.04)
The operation was canceled.
|
|
Test Linux
Canceling since a higher priority waiting request for Test Linux-fix-http2-initial-window-size-validation exists
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|
|
sccache stats
85% - 3534 hits, 626 misses, 0 errors
|