We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3782c commit 5857ca5Copy full SHA for 5857ca5
1 file changed
lib/internal/http2/util.js
@@ -354,6 +354,7 @@ function updateSettingsBuffer(settings) {
354
typeof settings.maxHeaderSize === 'number') {
355
flags |= (1 << IDX_SETTINGS_MAX_HEADER_LIST_SIZE);
356
if (settings.maxHeaderListSize !== undefined &&
357
+ settings.maxHeaderSize !== undefined &&
358
(settings.maxHeaderListSize !== settings.maxHeaderSize)) {
359
throw new ERR_HTTP2_INVALID_SETTING_VALUE.RangeError(
360
'maxHeaderListSize', settings.maxHeaderListSize
0 commit comments