We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da965c commit 39267e8Copy full SHA for 39267e8
doc/api/http2.md
@@ -1697,8 +1697,8 @@ changes:
1697
and the total frame length will *not* necessarily be aligned at 8 bytes.
1698
* `peerMaxConcurrentStreams` {number} Sets the maximum number of concurrent
1699
streams for the remote peer as if a SETTINGS frame had been received. Will
1700
- be overridden if the remote peer sets its own value for.
1701
- `maxConcurrentStreams`. **Default** `100`
+ be overridden if the remote peer sets its own value for
+ `maxConcurrentStreams`. **Default:** `100`
1702
* `selectPadding` {Function} When `options.paddingStrategy` is equal to
1703
`http2.constants.PADDING_STRATEGY_CALLBACK`, provides the callback function
1704
used to determine the padding. See [Using options.selectPadding][].
0 commit comments