| Index: net/http/http_cache.cc
|
| diff --git a/net/http/http_cache.cc b/net/http/http_cache.cc
|
| index b0b63279046e589cc4a2d58a0715c08141543ab9..099412a8d1444a95c37dfc6c6dbe3328e1bb540f 100644
|
| --- a/net/http/http_cache.cc
|
| +++ b/net/http/http_cache.cc
|
| @@ -230,7 +230,7 @@ void HttpCache::MetadataWriter::Write(const GURL& url,
|
| DCHECK(buf->data());
|
| request_info_.url = url;
|
| request_info_.method = "GET";
|
| - request_info_.load_flags = LOAD_ONLY_FROM_CACHE;
|
| + request_info_.load_flags = LOAD_ONLY_FROM_CACHE | LOAD_SKIP_CACHE_VALIDATION;
|
|
|
| expected_response_time_ = expected_response_time;
|
| buf_ = buf;
|
|
|