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

Method IsKeepAlive

library/cpp/http/io/stream.cpp:419–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419bool THttpInput::IsKeepAlive() const noexcept {
420 return Impl_->IsKeepAlive();
421}
422
423bool THttpInput::AcceptEncoding(const TString& coding) const {
424 return Impl_->AcceptEncoding(coding);

Callers 4

CanBeKeepAliveMethod · 0.45
Y_UNIT_TESTFunction · 0.45
OnReadSomeMethod · 0.45
OnReadSomeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected