| 589 | } |
| 590 | |
| 591 | bool THttpServer::MaxRequestsReached() const { |
| 592 | return Impl_->MaxRequestsReached(); |
| 593 | } |
| 594 | |
| 595 | TClientConnection::TClientConnection(const TSocket& s, THttpServer::TImpl* serv, NAddr::IRemoteAddrRef listenerSockAddrRef) |
| 596 | : Socket_(s) |