Index: net/http/http_cache_transaction.h |
diff --git a/net/http/http_cache_transaction.h b/net/http/http_cache_transaction.h |
index 907971a255a70fa2b3d2c8677d7a6edb2992b4ec..f6ba77dd75b6aeb8fa18a2d26b0ebd5e6fb14986 100644 |
--- a/net/http/http_cache_transaction.h |
+++ b/net/http/http_cache_transaction.h |
@@ -480,6 +480,7 @@ class HttpCache::Transaction : public HttpTransaction { |
bool handling_206_; // We must deal with this 206 response. |
bool cache_pending_; // We are waiting for the HttpCache. |
bool done_reading_; // All available data was read. |
+ bool done_headers_; // Headers have been received from the network. |
Randy Smith (Not in Mondays)
2017/04/04 21:54:03
Alternative design--I'm not sure this is a good id
shivanisha
2017/04/07 23:24:13
done_headers_ is used in CREATE_ENTRY_COMPLETE and
|
bool vary_mismatch_; // The request doesn't match the stored vary data. |
bool couldnt_conditionalize_request_; |
bool bypass_lock_for_test_; // A test is exercising the cache lock. |