| 128 | const NDns::TResolvedHost* Resolve(const TStringBuf host, ui16 port, NHttp::EResolverType resolverType); |
| 129 | |
| 130 | bool IsNotError(unsigned httpCode) { |
| 131 | return (httpCode >= 200u && httpCode < (!THttp2Options::RedirectionNotError ? 300u : 400u)) || THttp2Options::AnyResponseIsNotError; |
| 132 | } |
| 133 | } |
| 134 | |
| 135 | namespace { |