| 613 | } |
| 614 | } |
| 615 | void TClientConnection::ScheduleDelete() { |
| 616 | Socket_.Close(); |
| 617 | HttpServ_->DecreaseConnections(); |
| 618 | CleanupState_.ThreadMask = ((ui64)1 << HttpServ_->Options().nListenerThreads) - 1; |
| 619 | CleanupState_.Closed = true; |
| 620 | } |
| 621 | |
| 622 | void TClientConnection::OnPollEvent(TInstant now) { |
| 623 | THolder<TClientConnection> this_(this); |
no test coverage detected