diff options
Diffstat (limited to 'net/http/http_cache.cc')
-rw-r--r-- | net/http/http_cache.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/http/http_cache.cc b/net/http/http_cache.cc index 7e73d94..3758a51 100644 --- a/net/http/http_cache.cc +++ b/net/http/http_cache.cc @@ -902,6 +902,7 @@ void HttpCache::OnIOComplete(int result, PendingOp* pending_op) { if (op == WI_CREATE_ENTRY) pending_op->disk_entry->Doom(); pending_op->disk_entry->Close(); + pending_op->disk_entry = NULL; fail_requests = true; } } |