Lines Matching full:has_headers
333 // has_headers = true, if there is any data following the status line.335 bool has_headers = (line_end != raw_input.end() &&338 ParseStatusLine(line_begin, line_end, has_headers);585 bool has_headers) {590 if (parsed_http_version_ == HttpVersion(0, 9) && !has_headers) {