| 608 | } |
| 609 | |
| 610 | TClientConnection::~TClientConnection() { |
| 611 | if (!CleanupState_.Closed) { |
| 612 | HttpServ_->DecreaseConnections(); |
| 613 | } |
| 614 | } |
| 615 | void TClientConnection::ScheduleDelete() { |
| 616 | Socket_.Close(); |
| 617 | HttpServ_->DecreaseConnections(); |
nothing calls this directly
no test coverage detected