温馨提示:本站仅提供公开网络链接索引服务,不存储、不篡改任何第三方内容,所有内容版权归原作者所有
AI智能索引来源:http://www.bun.com/reference/node/http2/SecureClientSessionOptions/maxReservedRemoteStreams
点击访问原文链接

property maxReservedRemoteStreams | Node.js http2 module | Bun

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.