MCPcopy
hub / github.com/axios/axios / clearConnectPhaseTimer

Function clearConnectPhaseTimer

lib/adapters/http.js:592–597  ·  lib/adapters/http.js::clearConnectPhaseTimer
()

Source from the content-addressed store, hash-verified

590 }
591
592 function clearConnectPhaseTimer() {
593 if (connectPhaseTimer) {
594 clearTimeout(connectPhaseTimer);
595 connectPhaseTimer = null;
596 }
597 }
598
599 function createTimeoutError() {
600 const configTimeout = own(class="st">'timeout');

Callers 2

onFinishedFunction · 0.85
http.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected