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

Method closeIdleConnections

lib/internal/http2/core.js:3490–3494  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3488 }
3489
3490 closeIdleConnections() {
3491 if (this[kOptions].allowHTTP1 === true) {
3492 ReflectApply(HttpServer.prototype.closeIdleConnections, this, arguments);
3493 }
3494 }
3495}
3496
3497class Http2Server extends NETServer {

Calls

no outgoing calls

Tested by

no test coverage detected