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

Method ~THttpConn

library/cpp/neh/http2.cpp:514–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512 static THttpConnRef Create(TIOService& srv);
513
514 ~THttpConn() override {
515 DBGOUT("~THttpConn()");
516 Req_.Reset();
517 HttpOutConnCounter()->Dec();
518#ifdef DEBUG_STAT
519 ++TDebugStat::ConnDestroyed;
520#endif
521 }
522
523 void StartRequest(THttpRequestRef req, const TEndpoint& ep, size_t addrId, TDuration slowConn) {
524 {

Callers

nothing calls this directly

Calls 3

HttpOutConnCounterFunction · 0.85
ResetMethod · 0.45
DecMethod · 0.45

Tested by

no test coverage detected