Home | History | Annotate | Download | only in http

Lines Matching defs:has_headers

405   // has_headers = true, if there is any data following the status line.
407 bool has_headers = (line_end != raw_input.end() &&
410 ParseStatusLine(line_begin, line_end, has_headers);
672 bool has_headers) {
677 if (parsed_http_version_ == HttpVersion(0, 9) && !has_headers) {