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

Function onProxyEnd

lib/https.js:292–296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

290 }
291
292 function onProxyEnd() {
293 cleanup();
294 const err = new ERR_PROXY_TUNNEL('Connection to establish proxy tunnel ended unexpectedly');
295 afterSocket(err, socket);
296 }
297
298 const proxyTunnelTimeout = tunnelConfig.requestOptions.timeout;
299 debug('proxyTunnelTimeout', proxyTunnelTimeout, options.timeout);

Callers

nothing calls this directly

Calls 1

cleanupFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…