()
| 53948 | maxConcurrentStreams: maxConcurrentStreams != null ? maxConcurrentStreams : 100 |
| 53949 | // Max peerConcurrentStreams for a Node h2 server |
| 53950 | }; |
| 53951 | this[kHost] = `${this[kUrl].hostname}${this[kUrl].port ? `:${this[kUrl].port}` : ""}`; |
| 53952 | this[kQueue] = []; |
| 53953 | this[kRunningIdx] = 0; |
| 53954 | this[kPendingIdx] = 0; |
| 53955 | } |