diff options
Diffstat (limited to 'net/http')
-rw-r--r-- | net/http/http_cache.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/http/http_cache.cc b/net/http/http_cache.cc index accd7da..fe0a130 100644 --- a/net/http/http_cache.cc +++ b/net/http/http_cache.cc @@ -855,8 +855,6 @@ void HttpCache::Transaction::OnNetworkInfoAvailable(int result) { if (mode_ == READ_WRITE) { if (new_response->headers->response_code() == 304) { // Update cached response based on headers in new_response - // TODO(wtc): should we update cached certificate - // (response_.ssl_info), too? response_.headers->Update(*new_response->headers); if (response_.headers->HasHeaderValue("cache-control", "no-store")) { cache_->DoomEntry(cache_key_); |