BuildDocsReferenceGuidesBlogDiscordnode:http2ClientSessionOptionsmaxReservedRemoteStreamsBuildDocsReferenceGuidesBlogDiscordnode:http2ClientSessionOptionsmaxReservedRemoteStreamshttp2.ClientSessionOptions.maxReservedRemoteStreamsmaxReservedRemoteStreamsReferenceDocsGuidesDiscordMerch StoreGitHubBlogRuntimePackage managerTest runnerBundlerPackage runnerBun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicenseWe're hiring →
property maxReservedRemoteStreams | Node.js http2 module | Bun,AI智能索引,全网链接索引,智能导航,网页索引
- Sets the maximum number of reserved push streams the client will accept at any given time.
Once the current number of currently reserved push streams exceeds reaches this limit,
new push streams sent by the server will be automatically rejected.
The minimum allowed value is 0. The maximum allowed value is 2<sup>32</sup>-1.
A negative value sets this option to the maximum allowed value.