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

Method OnCancel

library/cpp/neh/http2.cpp:606–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604 }
605
606 void OnCancel() {
607 THttpRequestRef r(ReleaseRequest());
608 if (!!r) {
609 static const TString reqCanceled("request canceled");
610 r->OnError(this, reqCanceled);
611 }
612 }
613
614 bool RequestSendedCompletely() const noexcept {
615 DBGOUT("RequestSendedCompletely()");

Callers

nothing calls this directly

Calls 1

OnErrorMethod · 0.45

Tested by

no test coverage detected