MCPcopy Create free account
hub / github.com/catboost/catboost / MaxRequestsReached

Method MaxRequestsReached

library/cpp/http/server/http.cpp:591–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

ReleaseConnectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected