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

Method RequestSendedCompletely

library/cpp/neh/http2.cpp:1310–1317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1308 }
1309
1310 bool THttpRequest::RequestSendedCompletely() noexcept {
1311 if (RequestSendedCompletely_) {
1312 return true;
1313 }
1314
1315 THttpConnRef c(GetConn());
1316 return !!c ? c->RequestSendedCompletely() : false;
1317 }
1318
1319 void THttpRequest::Cancel() noexcept {
1320 if (!Canceled_) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected