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

Unified Diff: net/http/mock_http_cache.cc

Issue 2953983003: Adds cache lock timeout handling after finishing headers phase. (Closed)
Patch Set: Created 3 years, 6 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
« net/http/http_cache_transaction.cc ('K') | « net/http/mock_http_cache.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/mock_http_cache.cc
diff --git a/net/http/mock_http_cache.cc b/net/http/mock_http_cache.cc
index e676122b53f4c77492d3676dac08bf517b0220dd..9f614362ced6737d14949ff4f7264b2a79206649 100644
--- a/net/http/mock_http_cache.cc
+++ b/net/http/mock_http_cache.cc
@@ -589,6 +589,10 @@ void MockHttpCache::SimulateCacheLockTimeout() {
http_cache_.SimulateCacheLockTimeout();
}
+void MockHttpCache::SimulateCacheLockTimeoutAfterHeaders() {
+ http_cache_.SimulateCacheLockTimeoutAfterHeaders();
+}
+
void MockHttpCache::FailConditionalizations() {
http_cache_.FailConditionalizationForTest();
}
« net/http/http_cache_transaction.cc ('K') | « net/http/mock_http_cache.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698