| 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_; |
nothing calls this directly
no test coverage detected