Chromium Code Reviews| Index: net/http/http_cache.cc |
| =================================================================== |
| --- net/http/http_cache.cc (revision 25484) |
| +++ net/http/http_cache.cc (working copy) |
| @@ -1444,6 +1444,7 @@ |
| // (response_.ssl_info), too? |
| response_.headers->Update(*new_response->headers); |
| response_.response_time = new_response->response_time; |
| + response_.request_time = new_response->request_time; |
| if (response_.headers->HasHeaderValue("cache-control", "no-store")) { |
| cache_->DoomEntry(cache_key_); |