MCPcopy Index your code
hub / github.com/nodejs/node / applyConnectionWindowSize

Function applyConnectionWindowSize

deps/undici/undici.js:8601–8608  ·  view source on GitHub ↗
(connectionWindowSize)

Source from the content-addressed store, hash-verified

8599 }
8600 __name(onHttp2SessionIdleTimeout, "onHttp2SessionIdleTimeout");
8601 function applyConnectionWindowSize(connectionWindowSize) {
8602 try {
8603 if (typeof this.setLocalWindowSize === "function") {
8604 this.setLocalWindowSize(connectionWindowSize);
8605 }
8606 } catch {
8607 }
8608 }
8609 __name(applyConnectionWindowSize, "applyConnectionWindowSize");
8610 function onHttp2RemoteSettings(settings) {
8611 this[kClient][kMaxConcurrentStreams] = settings.maxConcurrentStreams ?? this[kClient][kMaxConcurrentStreams];

Callers

nothing calls this directly

Calls 1

setLocalWindowSizeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…