@@ -1970,23 +1970,23 @@ changes:
19701970 exceed this limit will result in a ` 'frameError' ` event being emitted
19711971 and the stream being closed and destroyed.
19721972 * ` paddingStrategy ` {number} Identifies the strategy used for determining the
1973- amount of padding to use for ` HEADERS ` and ` DATA ` frames. ** Default:**
1974- ` http2.constants.PADDING_STRATEGY_NONE ` . Value may be one of:
1975- * ` http2.constants.PADDING_STRATEGY_NONE ` - Specifies that no padding is
1976- to be applied.
1977- * ` http2.constants.PADDING_STRATEGY_MAX ` - Specifies that the maximum
1978- amount of padding, as determined by the internal implementation, is to
1979- be applied.
1980- * ` http2.constants.PADDING_STRATEGY_CALLBACK ` - Specifies that the user
1981- provided ` options.selectPadding() ` callback is to be used to determine
1982- the amount of padding.
1983- * ` http2.constants.PADDING_STRATEGY_ALIGNED ` - Will * attempt* to apply
1984- enough padding to ensure that the total frame length, including the
1985- 9-byte header, is a multiple of 8. For each frame, however, there is a
1986- maximum allowed number of padding bytes that is determined by current
1987- flow control state and settings. If this maximum is less than the
1988- calculated amount needed to ensure alignment, the maximum will be used
1989- and the total frame length will * not* necessarily be aligned at 8 bytes.
1973+ amount of padding to use for ` HEADERS ` and ` DATA ` frames. ** Default:**
1974+ ` http2.constants.PADDING_STRATEGY_NONE ` . Value may be one of:
1975+ * ` http2.constants.PADDING_STRATEGY_NONE ` - Specifies that no padding is
1976+ to be applied.
1977+ * ` http2.constants.PADDING_STRATEGY_MAX ` - Specifies that the maximum
1978+ amount of padding, as determined by the internal implementation, is to
1979+ be applied.
1980+ * ` http2.constants.PADDING_STRATEGY_CALLBACK ` - Specifies that the user
1981+ provided ` options.selectPadding() ` callback is to be used to determine
1982+ the amount of padding.
1983+ * ` http2.constants.PADDING_STRATEGY_ALIGNED ` - Will * attempt* to apply
1984+ enough padding to ensure that the total frame length, including the
1985+ 9-byte header, is a multiple of 8. For each frame, however, there is a
1986+ maximum allowed number of padding bytes that is determined by current
1987+ flow control state and settings. If this maximum is less than the
1988+ calculated amount needed to ensure alignment, the maximum will be used
1989+ and the total frame length will * not* necessarily be aligned at 8 bytes.
19901990 * ` peerMaxConcurrentStreams ` {number} Sets the maximum number of concurrent
19911991 streams for the remote peer as if a ` SETTINGS ` frame had been received. Will
19921992 be overridden if the remote peer sets its own value for
@@ -2085,23 +2085,23 @@ changes:
20852085 exceed this limit will result in a ` 'frameError' ` event being emitted
20862086 and the stream being closed and destroyed.
20872087 * ` paddingStrategy ` {number} Identifies the strategy used for determining the
2088- amount of padding to use for ` HEADERS ` and ` DATA ` frames. ** Default:**
2089- ` http2.constants.PADDING_STRATEGY_NONE ` . Value may be one of:
2090- * ` http2.constants.PADDING_STRATEGY_NONE ` - Specifies that no padding is
2091- to be applied.
2092- * ` http2.constants.PADDING_STRATEGY_MAX ` - Specifies that the maximum
2093- amount of padding, as determined by the internal implementation, is to
2094- be applied.
2095- * ` http2.constants.PADDING_STRATEGY_CALLBACK ` - Specifies that the user
2096- provided ` options.selectPadding() ` callback is to be used to determine
2097- the amount of padding.
2098- * ` http2.constants.PADDING_STRATEGY_ALIGNED ` - Will * attempt* to apply
2099- enough padding to ensure that the total frame length, including the
2100- 9-byte header, is a multiple of 8. For each frame, however, there is a
2101- maximum allowed number of padding bytes that is determined by current
2102- flow control state and settings. If this maximum is less than the
2103- calculated amount needed to ensure alignment, the maximum will be used
2104- and the total frame length will * not* necessarily be aligned at 8 bytes.
2088+ amount of padding to use for ` HEADERS ` and ` DATA ` frames. ** Default:**
2089+ ` http2.constants.PADDING_STRATEGY_NONE ` . Value may be one of:
2090+ * ` http2.constants.PADDING_STRATEGY_NONE ` - Specifies that no padding is
2091+ to be applied.
2092+ * ` http2.constants.PADDING_STRATEGY_MAX ` - Specifies that the maximum
2093+ amount of padding, as determined by the internal implementation, is to
2094+ be applied.
2095+ * ` http2.constants.PADDING_STRATEGY_CALLBACK ` - Specifies that the user
2096+ provided ` options.selectPadding() ` callback is to be used to determine
2097+ the amount of padding.
2098+ * ` http2.constants.PADDING_STRATEGY_ALIGNED ` - Will * attempt* to apply
2099+ enough padding to ensure that the total frame length, including the
2100+ 9-byte header, is a multiple of 8. For each frame, however, there is a
2101+ maximum allowed number of padding bytes that is determined by current
2102+ flow control state and settings. If this maximum is less than the
2103+ calculated amount needed to ensure alignment, the maximum will be used
2104+ and the total frame length will * not* necessarily be aligned at 8 bytes.
21052105 * ` peerMaxConcurrentStreams ` {number} Sets the maximum number of concurrent
21062106 streams for the remote peer as if a ` SETTINGS ` frame had been received. Will
21072107 be overridden if the remote peer sets its own value for
@@ -2186,23 +2186,23 @@ changes:
21862186 exceed this limit will result in a ` 'frameError' ` event being emitted
21872187 and the stream being closed and destroyed.
21882188 * ` paddingStrategy ` {number} Identifies the strategy used for determining the
2189- amount of padding to use for ` HEADERS ` and ` DATA ` frames. ** Default:**
2190- ` http2.constants.PADDING_STRATEGY_NONE ` . Value may be one of:
2191- * ` http2.constants.PADDING_STRATEGY_NONE ` - Specifies that no padding is
2192- to be applied.
2193- * ` http2.constants.PADDING_STRATEGY_MAX ` - Specifies that the maximum
2194- amount of padding, as determined by the internal implementation, is to
2195- be applied.
2196- * ` http2.constants.PADDING_STRATEGY_CALLBACK ` - Specifies that the user
2197- provided ` options.selectPadding() ` callback is to be used to determine
2198- the amount of padding.
2199- * ` http2.constants.PADDING_STRATEGY_ALIGNED ` - Will * attempt* to apply
2200- enough padding to ensure that the total frame length, including the
2201- 9-byte header, is a multiple of 8. For each frame, however, there is a
2202- maximum allowed number of padding bytes that is determined by current
2203- flow control state and settings. If this maximum is less than the
2204- calculated amount needed to ensure alignment, the maximum will be used
2205- and the total frame length will * not* necessarily be aligned at 8 bytes.
2189+ amount of padding to use for ` HEADERS ` and ` DATA ` frames. ** Default:**
2190+ ` http2.constants.PADDING_STRATEGY_NONE ` . Value may be one of:
2191+ * ` http2.constants.PADDING_STRATEGY_NONE ` - Specifies that no padding is
2192+ to be applied.
2193+ * ` http2.constants.PADDING_STRATEGY_MAX ` - Specifies that the maximum
2194+ amount of padding, as determined by the internal implementation, is to
2195+ be applied.
2196+ * ` http2.constants.PADDING_STRATEGY_CALLBACK ` - Specifies that the user
2197+ provided ` options.selectPadding() ` callback is to be used to determine
2198+ the amount of padding.
2199+ * ` http2.constants.PADDING_STRATEGY_ALIGNED ` - Will * attempt* to apply
2200+ enough padding to ensure that the total frame length, including the
2201+ 9-byte header, is a multiple of 8. For each frame, however, there is a
2202+ maximum allowed number of padding bytes that is determined by current
2203+ flow control state and settings. If this maximum is less than the
2204+ calculated amount needed to ensure alignment, the maximum will be used
2205+ and the total frame length will * not* necessarily be aligned at 8 bytes.
22062206 * ` peerMaxConcurrentStreams ` {number} Sets the maximum number of concurrent
22072207 streams for the remote peer as if a ` SETTINGS ` frame had been received. Will
22082208 be overridden if the remote peer sets its own value for
0 commit comments