Closed
Bug 980527
Opened 11 years ago
Closed 11 years ago
HTTP cache v2: wrong log at CacheEntry::ReopenTruncated
Categories
(Core :: Networking: Cache, defect)
Core
Networking: Cache
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: mayhemer, Assigned: mayhemer)
References
Details
Attachments
(1 file)
1.11 KB,
patch
|
michal
:
review+
mayhemer
:
checkin+
|
Details | Diff | Splinter Review |
LOG((" exchanged entry %p by entry %p, rv=0x%08x", this, newEntry.get(), rv));
But newEntry is null at that moment. Move the log bellow.
![]() |
Assignee | |
Comment 1•11 years ago
|
||
Attachment #8387120 -
Flags: review?(michal.novotny)
Updated•11 years ago
|
Attachment #8387120 -
Flags: review?(michal.novotny) → review+
![]() |
Assignee | |
Comment 2•11 years ago
|
||
Comment on attachment 8387120 [details] [diff] [review]
v1
https://hg.mozilla.org/integration/mozilla-inbound/rev/c9f1ddebc404
Attachment #8387120 -
Flags: checkin+
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
You need to log in
before you can comment on or make changes to this bug.
Description
•