| Index: net/http/http_cache_transaction.cc
|
| diff --git a/net/http/http_cache_transaction.cc b/net/http/http_cache_transaction.cc
|
| index 286a526a3edb2fa39e7101e10429cf3c15b7920a..f11d695579aea88b7090f45d65a7483b2c23b1be 100644
|
| --- a/net/http/http_cache_transaction.cc
|
| +++ b/net/http/http_cache_transaction.cc
|
| @@ -347,7 +347,7 @@ HttpCache::Transaction::~Transaction() {
|
|
|
| if (cache_) {
|
| if (entry_) {
|
| - bool cancel_request = reading_ && response_.headers;
|
| + bool cancel_request = reading_ && response_.headers.get();
|
| if (cancel_request) {
|
| if (partial_) {
|
| entry_->disk_entry->CancelSparseIO();
|
|
|