MCPcopy Create free account
hub / github.com/catboost/catboost / OnConnectFailed

Method OnConnectFailed

library/cpp/neh/http2.cpp:1112–1118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1110 }
1111
1112 void THttpConn::OnConnectFailed(const TErrorCode& ec) {
1113 THttpRequestRef r(GetRequest());
1114 if (!!r) {
1115 r->OnConnectFailed(this, ec);
1116 }
1117 OnError(ec);
1118 }
1119
1120 void THttpConn::OnError(const TString& errText) {
1121 Finalized_ = true;

Callers

nothing calls this directly

Calls 9

HttpConnManagerFunction · 0.85
CurrentExceptionMessageFunction · 0.85
DetachRequestMethod · 0.80
StartRequestMethod · 0.80
CreateFunction · 0.50
GetMethod · 0.45
EndMethod · 0.45
CloseMethod · 0.45
SwapMethod · 0.45

Tested by

no test coverage detected