MCPcopy Create free account
hub / github.com/catboost/catboost / ~TRequest

Method ~TRequest

library/cpp/neh/http2.cpp:1372–1380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1370 }
1371
1372 ~TRequest() override {
1373 if (!!C_) {
1374 try {
1375 C_->SendError(Id(), 503, "service unavailable (request ignored)", P_->HttpVersion(), {});
1376 } catch (...) {
1377 DBGOUT("~TRequest()::SendFail() exception");
1378 }
1379 }
1380 }
1381
1382 TAtomicBase Id() const {
1383 return Id_;

Callers

nothing calls this directly

Calls 1

SendErrorMethod · 0.45

Tested by

no test coverage detected