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.h 280 bool has_headers);
http_response_headers.cc 333 // has_headers = true, if there is any data following the status line.
335 bool has_headers = (line_end != raw_input.end() && local
338 ParseStatusLine(line_begin, line_end, has_headers);
585 bool has_headers) {
590 if (parsed_http_version_ == HttpVersion(0, 9) && !has_headers) {
    [all...]

Completed in 42 milliseconds