Home | History | Annotate | Download | only in http

Lines Matching refs:request

46 // If the request includes one of these request headers, then avoid caching
65 // If the request includes one of these request headers, then avoid reusing
73 // If the request includes one of these request headers, then force our
172 int HttpCache::Transaction::Start(const HttpRequestInfo* request,
175 DCHECK(request);
187 SetRequest(load_log, request);
192 cache_key_ = cache_->GenerateCacheKey(request);
203 // Downgrade to UPDATE if the request has been externally conditionalized.
544 // to be validated and then issue a network request if needed or just read
548 // conditionalized request (if-modified-since / if-none-match). We check
549 // if the request headers define a validation request.
746 const HttpRequestInfo* request) {
748 request_ = request;
792 // scan request headers to see if we have any that would impact our load flags
816 // cache validation request.
836 // If there is more than one validation header, we can't treat this request as
909 // Make the network request conditional, to see if we may reuse our cached
911 // Our mode remains READ_WRITE for a conditional request. We'll switch to
935 // The request is not for a range, but we have stored just ranges.
970 // The stored data cannot be used. Get rid of it and restart this request.
980 // The stored data is fine, but the request may be invalid.
996 // This is the end of the request.
1035 // The externally conditionalized request is not a validation request
1105 // - make sure we have a matching request method
1156 // Need to customize the request, so this forces us to allocate :(
1165 // byte-range request because we may have other parts cached.
1173 // the request.
1192 // in which case partial_ has an object. This could be the first network request
1193 // we make to fulfill the original request, or we may be already reading (from
1195 // just bypass the cache for this request (but again, maybe we are reading), and
1202 // the cached entry and restart the request as the caller intended (by returning
1208 // request.
1219 // We gave up trying to match this request with the stored data. If the
1220 // server is ok with the request, delete the entry, otherwise just ignore
1221 // this request
1267 // We'll attempt to issue another network request, this time without us
1285 // returned the headers), but we'll just pretend that this request is not
1542 // This may be the last request.
1566 // Something went wrong with this request and we have to restart it.
1614 // request; doing it again will change Content-Length.
1685 // We are about to return the headers for a byte-range request to the user,