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

Method CanBeKeepAlive

library/cpp/http/io/stream.cpp:615–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613 }
614
615 inline bool CanBeKeepAlive() const noexcept {
616 return SupportChunkedTransfer() && IsKeepAliveEnabled() && (Request_ ? Request_->IsKeepAlive() : true);
617 }
618
619 inline const TString& FirstLine() const noexcept {
620 return FirstLine_;

Callers

nothing calls this directly

Calls 1

IsKeepAliveMethod · 0.45

Tested by

no test coverage detected