HomeSort by relevance Sort by last modified time
    Searched refs:has_headers (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/http/
http_response_headers.cc 275 // has_headers = true, if there is any data following the status line.
277 bool has_headers = line_end != raw_input.end() && local
279 ParseStatusLine(line_begin, line_end, has_headers);
516 bool has_headers) {
521 if (parsed_http_version_ == HttpVersion(0, 9) && !has_headers) {
    [all...]
http_response_headers.h 268 bool has_headers);

Completed in 225 milliseconds