Searched refs:has_headers (Results 1 – 2 of 2) sorted by relevance
317 bool has_headers);
407 bool has_headers = (line_end != raw_input.end() && in Parse() local410 ParseStatusLine(line_begin, line_end, has_headers); in Parse()672 bool has_headers) { in ParseStatusLine() argument677 if (parsed_http_version_ == HttpVersion(0, 9) && !has_headers) { in ParseStatusLine()