@@ -1970,23 +1970,23 @@ changes:
1970
1970
exceed this limit will result in a ` 'frameError' ` event being emitted
1971
1971
and the stream being closed and destroyed.
1972
1972
* ` 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.
1990
1990
* ` peerMaxConcurrentStreams ` {number} Sets the maximum number of concurrent
1991
1991
streams for the remote peer as if a ` SETTINGS ` frame had been received. Will
1992
1992
be overridden if the remote peer sets its own value for
@@ -2085,23 +2085,23 @@ changes:
2085
2085
exceed this limit will result in a ` 'frameError' ` event being emitted
2086
2086
and the stream being closed and destroyed.
2087
2087
* ` 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.
2105
2105
* ` peerMaxConcurrentStreams ` {number} Sets the maximum number of concurrent
2106
2106
streams for the remote peer as if a ` SETTINGS ` frame had been received. Will
2107
2107
be overridden if the remote peer sets its own value for
@@ -2186,23 +2186,23 @@ changes:
2186
2186
exceed this limit will result in a ` 'frameError' ` event being emitted
2187
2187
and the stream being closed and destroyed.
2188
2188
* ` 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.
2206
2206
* ` peerMaxConcurrentStreams ` {number} Sets the maximum number of concurrent
2207
2207
streams for the remote peer as if a ` SETTINGS ` frame had been received. Will
2208
2208
be overridden if the remote peer sets its own value for
0 commit comments