Searched defs:has_headers (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_response_headers.cc405 // has_headers = true, if there is any data following the status line.
407 bool has_headers = (line_end != raw_input.end() && local
410 ParseStatusLine(line_begin, line_end, has_headers);
672 bool has_headers) {
677 if (parsed_http_version_ == HttpVersion(0, 9) && !has_headers) {
669 ParseStatusLine( std::string::const_iterator line_begin, std::string::const_iterator line_end, bool has_headers) argument

Completed in 146 milliseconds