| 47 | |
| 48 | template <typename Port> |
| 49 | void WriteHostHeaderIfNot(IOutputStream& out, TStringBuf host, Port port, TStringBuf headers) { |
| 50 | if (!NNeh::NHttp::HasHostHeader(headers)) { |
| 51 | NNeh::NHttp::WriteHostHeader(out, host, port); |
| 52 | } |
| 53 | } |
| 54 | } |
| 55 | } |
no test coverage detected