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

Method ~TClientConnection

library/cpp/http/server/http.cpp:610–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608}
609
610TClientConnection::~TClientConnection() {
611 if (!CleanupState_.Closed) {
612 HttpServ_->DecreaseConnections();
613 }
614}
615void TClientConnection::ScheduleDelete() {
616 Socket_.Close();
617 HttpServ_->DecreaseConnections();

Callers

nothing calls this directly

Calls 1

DecreaseConnectionsMethod · 0.80

Tested by

no test coverage detected