Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(864)

Unified Diff: net/http/http_cache_transaction.cc

Issue 14352006: Fix HTTPCacheTransaction conditionalization header check. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix HttpCache.StopCachingTruncatedEntry Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/http/http_cache_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_cache_transaction.cc
diff --git a/net/http/http_cache_transaction.cc b/net/http/http_cache_transaction.cc
index d83948369f27f5b6ccddc670cbd7062705d1529b..d18135bc9d37a4e7d1c83358f18b23e433cd4249 100644
--- a/net/http/http_cache_transaction.cc
+++ b/net/http/http_cache_transaction.cc
@@ -1644,7 +1644,6 @@ void HttpCache::Transaction::SetRequest(const BoundNetLog& net_log,
}
external_validation_.values[i] = validation_value;
external_validation_.initialized = true;
- break;
}
}
« no previous file with comments | « no previous file | net/http/http_cache_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698