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

Function httpServerPreClose

lib/_http_server.js:624–627  ·  view source on GitHub ↗
(server)

Source from the content-addressed store, hash-verified

622}
623
624function httpServerPreClose(server) {
625 server.closeIdleConnections();
626 clearInterval(server[kConnectionsCheckingInterval]);
627}
628
629function Server(options, requestListener) {
630 if (!(this instanceof Server)) return new Server(options, requestListener);

Callers 3

https.jsFile · 0.85
_http_server.jsFile · 0.85
closeMethod · 0.85

Calls 2

clearIntervalFunction · 0.85
closeIdleConnectionsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…