@@ -1900,6 +1900,9 @@ error will be thrown.
1900
1900
<!-- YAML
1901
1901
added: v8.4.0
1902
1902
changes:
1903
+ - version: REPLACEME
1904
+ pr-url: https://github.com/nodejs-private/node-private/pull/204
1905
+ description: Added `maxSettings` option with a default of 32.
1903
1906
- version: v8.9.3
1904
1907
pr-url: https://github.com/nodejs/node/pull/17105
1905
1908
description: Added the `maxOutstandingPings` option with a default limit of
@@ -1917,6 +1920,8 @@ changes:
1917
1920
* ` options ` {Object}
1918
1921
* ` maxDeflateDynamicTableSize ` {number} Sets the maximum dynamic table size
1919
1922
for deflating header fields. ** Default:** ` 4Kib ` .
1923
+ * ` maxSettings ` {number} Sets the maximum number of settings entries per
1924
+ ` SETTINGS ` frame. The minimum value allowed is ` 1 ` . ** Default:** ` 32 ` .
1920
1925
* ` maxSessionMemory ` {number} Sets the maximum memory that the ` Http2Session `
1921
1926
is permitted to use. The value is expressed in terms of number of megabytes,
1922
1927
e.g. ` 1 ` equal 1 megabyte. The minimum value allowed is ` 1 ` .
@@ -2010,6 +2015,9 @@ server.listen(80);
2010
2015
<!-- YAML
2011
2016
added: v8.4.0
2012
2017
changes:
2018
+ - version: REPLACEME
2019
+ pr-url: https://github.com/nodejs-private/node-private/pull/204
2020
+ description: Added `maxSettings` option with a default of 32.
2013
2021
- version: v10.12.0
2014
2022
pr-url: https://github.com/nodejs/node/pull/22956
2015
2023
description: Added the `origins` option to automatically send an `ORIGIN`
@@ -2031,6 +2039,8 @@ changes:
2031
2039
** Default:** ` false ` .
2032
2040
* ` maxDeflateDynamicTableSize ` {number} Sets the maximum dynamic table size
2033
2041
for deflating header fields. ** Default:** ` 4Kib ` .
2042
+ * ` maxSettings ` {number} Sets the maximum number of settings entries per
2043
+ ` SETTINGS ` frame. The minimum value allowed is ` 1 ` . ** Default:** ` 32 ` .
2034
2044
* ` maxSessionMemory ` {number} Sets the maximum memory that the ` Http2Session `
2035
2045
is permitted to use. The value is expressed in terms of number of megabytes,
2036
2046
e.g. ` 1 ` equal 1 megabyte. The minimum value allowed is ` 1 ` . This is a
@@ -2112,6 +2122,9 @@ server.listen(80);
2112
2122
<!-- YAML
2113
2123
added: v8.4.0
2114
2124
changes:
2125
+ - version: REPLACEME
2126
+ pr-url: https://github.com/nodejs-private/node-private/pull/204
2127
+ description: Added `maxSettings` option with a default of 32.
2115
2128
- version: v8.9.3
2116
2129
pr-url: https://github.com/nodejs/node/pull/17105
2117
2130
description: Added the `maxOutstandingPings` option with a default limit of
@@ -2126,6 +2139,8 @@ changes:
2126
2139
* ` options ` {Object}
2127
2140
* ` maxDeflateDynamicTableSize ` {number} Sets the maximum dynamic table size
2128
2141
for deflating header fields. ** Default:** ` 4Kib ` .
2142
+ * ` maxSettings ` {number} Sets the maximum number of settings entries per
2143
+ ` SETTINGS ` frame. The minimum value allowed is ` 1 ` . ** Default:** ` 32 ` .
2129
2144
* ` maxSessionMemory ` {number} Sets the maximum memory that the ` Http2Session `
2130
2145
is permitted to use. The value is expressed in terms of number of megabytes,
2131
2146
e.g. ` 1 ` equal 1 megabyte. The minimum value allowed is ` 1 ` .
0 commit comments