Home | History | Annotate | Download | only in http

Lines Matching refs:has_headers

374   // has_headers = true, if there is any data following the status line.
376 bool has_headers = (line_end != raw_input.end() &&
379 ParseStatusLine(line_begin, line_end, has_headers);
641 bool has_headers) {
646 if (parsed_http_version_ == HttpVersion(0, 9) && !has_headers) {