(connectionWindowSize)
| 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]; |
nothing calls this directly
no test coverage detected
searching dependent graphs…