Lines Matching refs:request
47 // If the request includes one of these request headers, then avoid caching
66 // If the request includes one of these request headers, then avoid reusing
74 // If the request includes one of these request headers, then force our
213 int HttpCache::Transaction::Start(const HttpRequestInfo* request,
216 DCHECK(request);
228 SetRequest(net_log, request);
598 // Downgrade to UPDATE if the request has been externally conditionalized.
676 // Something went wrong with this request and we have to restart it.
926 // to be validated and then issue a network request if needed or just read
930 // conditionalized request (if-modified-since / if-none-match). We check
931 // if the request headers define a validation request.
953 // We may end up here multiple times for a given request.
964 // This is the end of the request.
1003 // request; doing it again will change Content-Length.
1141 // We are about to return the headers for a byte-range request to the user,
1319 // This may be the last request.
1334 const HttpRequestInfo* request) {
1336 request_ = request;
1390 // cache validation request.
1411 // If there is more than one validation header, we can't treat this request as
1504 // Make the network request conditional, to see if we may reuse our cached
1506 // Our mode remains READ_WRITE for a conditional request. We'll switch to
1530 // The request is not for a range, but we have stored just ranges.
1541 // This should only be called once per request.
1548 // The stored data cannot be used. Get rid of it and restart this request.
1561 // The stored data is fine, but the request may be invalid.
1585 // The externally conditionalized request is not a validation request
1636 // - make sure we have a matching request method
1683 // Need to customize the request, so this forces us to allocate :(
1695 // byte-range request because we may have other parts cached.
1703 // the request.
1722 // in which case partial_ has an object. This could be the first network request
1723 // we make to fulfill the original request, or we may be already reading (from
1725 // just bypass the cache for this request (but again, maybe we are reading), and
1732 // the cached entry and restart the request as the caller intended (by returning
1738 // request.
1749 // We gave up trying to match this request with the stored data. If the
1750 // server is ok with the request, delete the entry, otherwise just ignore
1751 // this request
1808 // We'll attempt to issue another network request, this time without us
1826 // returned the headers), but we'll just pretend that this request is not