| 718 | } |
| 719 | |
| 720 | void TClientRequest::ResetConnection() { |
| 721 | if (HttpConn_) { |
| 722 | // send RST packet to client |
| 723 | HttpConn_->Reset(); |
| 724 | HttpConn_.Destroy(); |
| 725 | } |
| 726 | } |
| 727 | |
| 728 | void TClientRequest::Process(void* ThreadSpecificResource) { |
| 729 | THolder<TClientRequest> this_(this); |