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

Method close

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

Source from the content-addressed store, hash-verified

3480 }
3481
3482 close() {
3483 ReflectApply(TLSServer.prototype.close, this, arguments);
3484 if (this[kOptions].allowHTTP1 === true) {
3485 httpServerPreClose(this);
3486 }
3487 closeAllSessions(this);
3488 }
3489
3490 closeIdleConnections() {
3491 if (this[kOptions].allowHTTP1 === true) {

Callers

nothing calls this directly

Calls 2

httpServerPreCloseFunction · 0.85
closeAllSessionsFunction · 0.85

Tested by

no test coverage detected