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

Function socketOnClose

lib/_http_server.js:902–907  ·  view source on GitHub ↗
(socket, state)

Source from the content-addressed store, hash-verified

900}
901
902function socketOnClose(socket, state) {
903 debug('server socket close');
904 freeParser(socket.parser, null, socket);
905 abortIncoming(state.incoming);
906 abortOutgoing(state.outgoing);
907}
908
909function abortIncoming(incoming) {
910 while (incoming.length) {

Callers

nothing calls this directly

Calls 4

freeParserFunction · 0.85
abortIncomingFunction · 0.85
abortOutgoingFunction · 0.85
debugFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…