@@ -1977,20 +1977,20 @@ changes:
1977
1977
exceed this limit will result in a ` 'frameError' ` event being emitted
1978
1978
and the stream being closed and destroyed.
1979
1979
* ` paddingStrategy ` {number} Identifies the strategy used for determining the
1980
- amount of padding to use for ` HEADERS ` and ` DATA ` frames. ** Default:**
1981
- ` http2.constants.PADDING_STRATEGY_NONE ` . Value may be one of:
1982
- * ` http2.constants.PADDING_STRATEGY_NONE ` - Specifies that no padding is
1983
- to be applied.
1984
- * ` http2.constants.PADDING_STRATEGY_MAX ` - Specifies that the maximum
1985
- amount of padding, as determined by the internal implementation, is to
1986
- be applied.
1987
- * ` http2.constants.PADDING_STRATEGY_ALIGNED ` - Will * attempt* to apply
1988
- enough padding to ensure that the total frame length, including the
1989
- 9-byte header, is a multiple of 8. For each frame, however, there is a
1990
- maximum allowed number of padding bytes that is determined by current
1991
- flow control state and settings. If this maximum is less than the
1992
- calculated amount needed to ensure alignment, the maximum will be used
1993
- and the total frame length will * not* necessarily be aligned at 8 bytes.
1980
+ amount of padding to use for ` HEADERS ` and ` DATA ` frames. ** Default:**
1981
+ ` http2.constants.PADDING_STRATEGY_NONE ` . Value may be one of:
1982
+ * ` http2.constants.PADDING_STRATEGY_NONE ` - Specifies that no padding is
1983
+ to be applied.
1984
+ * ` http2.constants.PADDING_STRATEGY_MAX ` - Specifies that the maximum
1985
+ amount of padding, as determined by the internal implementation, is to
1986
+ be applied.
1987
+ * ` http2.constants.PADDING_STRATEGY_ALIGNED ` - Will * attempt* to apply
1988
+ enough padding to ensure that the total frame length, including the
1989
+ 9-byte header, is a multiple of 8. For each frame, however, there is a
1990
+ maximum allowed number of padding bytes that is determined by current
1991
+ flow control state and settings. If this maximum is less than the
1992
+ calculated amount needed to ensure alignment, the maximum will be used
1993
+ and the total frame length will * not* necessarily be aligned at 8 bytes.
1994
1994
* ` peerMaxConcurrentStreams ` {number} Sets the maximum number of concurrent
1995
1995
streams for the remote peer as if a ` SETTINGS ` frame had been received. Will
1996
1996
be overridden if the remote peer sets its own value for
@@ -2091,20 +2091,20 @@ changes:
2091
2091
exceed this limit will result in a ` 'frameError' ` event being emitted
2092
2092
and the stream being closed and destroyed.
2093
2093
* ` paddingStrategy ` {number} Identifies the strategy used for determining the
2094
- amount of padding to use for ` HEADERS ` and ` DATA ` frames. ** Default:**
2095
- ` http2.constants.PADDING_STRATEGY_NONE ` . Value may be one of:
2096
- * ` http2.constants.PADDING_STRATEGY_NONE ` - Specifies that no padding is
2097
- to be applied.
2098
- * ` http2.constants.PADDING_STRATEGY_MAX ` - Specifies that the maximum
2099
- amount of padding, as determined by the internal implementation, is to
2100
- be applied.
2101
- * ` http2.constants.PADDING_STRATEGY_ALIGNED ` - Will * attempt* to apply
2102
- enough padding to ensure that the total frame length, including the
2103
- 9-byte header, is a multiple of 8. For each frame, however, there is a
2104
- maximum allowed number of padding bytes that is determined by current
2105
- flow control state and settings. If this maximum is less than the
2106
- calculated amount needed to ensure alignment, the maximum will be used
2107
- and the total frame length will * not* necessarily be aligned at 8 bytes.
2094
+ amount of padding to use for ` HEADERS ` and ` DATA ` frames. ** Default:**
2095
+ ` http2.constants.PADDING_STRATEGY_NONE ` . Value may be one of:
2096
+ * ` http2.constants.PADDING_STRATEGY_NONE ` - Specifies that no padding is
2097
+ to be applied.
2098
+ * ` http2.constants.PADDING_STRATEGY_MAX ` - Specifies that the maximum
2099
+ amount of padding, as determined by the internal implementation, is to
2100
+ be applied.
2101
+ * ` http2.constants.PADDING_STRATEGY_ALIGNED ` - Will * attempt* to apply
2102
+ enough padding to ensure that the total frame length, including the
2103
+ 9-byte header, is a multiple of 8. For each frame, however, there is a
2104
+ maximum allowed number of padding bytes that is determined by current
2105
+ flow control state and settings. If this maximum is less than the
2106
+ calculated amount needed to ensure alignment, the maximum will be used
2107
+ and the total frame length will * not* necessarily be aligned at 8 bytes.
2108
2108
* ` peerMaxConcurrentStreams ` {number} Sets the maximum number of concurrent
2109
2109
streams for the remote peer as if a ` SETTINGS ` frame had been received. Will
2110
2110
be overridden if the remote peer sets its own value for
@@ -2191,20 +2191,20 @@ changes:
2191
2191
exceed this limit will result in a ` 'frameError' ` event being emitted
2192
2192
and the stream being closed and destroyed.
2193
2193
* ` paddingStrategy ` {number} Identifies the strategy used for determining the
2194
- amount of padding to use for ` HEADERS ` and ` DATA ` frames. ** Default:**
2195
- ` http2.constants.PADDING_STRATEGY_NONE ` . Value may be one of:
2196
- * ` http2.constants.PADDING_STRATEGY_NONE ` - Specifies that no padding is
2197
- to be applied.
2198
- * ` http2.constants.PADDING_STRATEGY_MAX ` - Specifies that the maximum
2199
- amount of padding, as determined by the internal implementation, is to
2200
- be applied.
2201
- * ` http2.constants.PADDING_STRATEGY_ALIGNED ` - Will * attempt* to apply
2202
- enough padding to ensure that the total frame length, including the
2203
- 9-byte header, is a multiple of 8. For each frame, however, there is a
2204
- maximum allowed number of padding bytes that is determined by current
2205
- flow control state and settings. If this maximum is less than the
2206
- calculated amount needed to ensure alignment, the maximum will be used
2207
- and the total frame length will * not* necessarily be aligned at 8 bytes.
2194
+ amount of padding to use for ` HEADERS ` and ` DATA ` frames. ** Default:**
2195
+ ` http2.constants.PADDING_STRATEGY_NONE ` . Value may be one of:
2196
+ * ` http2.constants.PADDING_STRATEGY_NONE ` - Specifies that no padding is
2197
+ to be applied.
2198
+ * ` http2.constants.PADDING_STRATEGY_MAX ` - Specifies that the maximum
2199
+ amount of padding, as determined by the internal implementation, is to
2200
+ be applied.
2201
+ * ` http2.constants.PADDING_STRATEGY_ALIGNED ` - Will * attempt* to apply
2202
+ enough padding to ensure that the total frame length, including the
2203
+ 9-byte header, is a multiple of 8. For each frame, however, there is a
2204
+ maximum allowed number of padding bytes that is determined by current
2205
+ flow control state and settings. If this maximum is less than the
2206
+ calculated amount needed to ensure alignment, the maximum will be used
2207
+ and the total frame length will * not* necessarily be aligned at 8 bytes.
2208
2208
* ` peerMaxConcurrentStreams ` {number} Sets the maximum number of concurrent
2209
2209
streams for the remote peer as if a ` SETTINGS ` frame had been received. Will
2210
2210
be overridden if the remote peer sets its own value for
0 commit comments