doc: fix typo in http2.md
PR-URL: https://github.com/nodejs/node/pull/18602 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
ac829f0135
commit
d1d9e2fce5
@ -1701,7 +1701,7 @@ changes:
|
|||||||
and the total frame length will *not* necessarily be aligned at 8 bytes.
|
and the total frame length will *not* necessarily be aligned at 8 bytes.
|
||||||
* `peerMaxConcurrentStreams` {number} Sets the maximum number of concurrent
|
* `peerMaxConcurrentStreams` {number} Sets the maximum number of concurrent
|
||||||
streams for the remote peer as if a SETTINGS frame had been received. Will
|
streams for the remote peer as if a SETTINGS frame had been received. Will
|
||||||
be overridden if the remote peer sets its own value for.
|
be overridden if the remote peer sets its own value for
|
||||||
`maxConcurrentStreams`. **Default:** `100`
|
`maxConcurrentStreams`. **Default:** `100`
|
||||||
* `selectPadding` {Function} When `options.paddingStrategy` is equal to
|
* `selectPadding` {Function} When `options.paddingStrategy` is equal to
|
||||||
`http2.constants.PADDING_STRATEGY_CALLBACK`, provides the callback function
|
`http2.constants.PADDING_STRATEGY_CALLBACK`, provides the callback function
|
||||||
|
Loading…
x
Reference in New Issue
Block a user