Closed
Bug 1380370
Opened 8 years ago
Closed 8 years ago
HTTP_*_COMPLETE_LOAD wrongly aggregates cached and uncached loads
Categories
(Core :: Networking, enhancement)
Core
Networking
Tracking
()
RESOLVED
DUPLICATE
of bug 1390683
People
(Reporter: mayhemer, Unassigned)
Details
(Whiteboard: [necko-next])
Unfortunately, this aggregating probe should be split between the cache backends as well, since cached loads are aggregated in HTTP_*_COMPLETE_LOAD while uncached in HTTP_*_COMPLETE_LOAD_V2, see [1].
I think we should just remove all the "unversioned" probes (cache1) and have a new one for complete load aggregation that would be right.
[1] https://dxr.mozilla.org/mozilla-central/rev/6fec4855b5345eb63fef57089e61829b88f5f4eb/netwerk/base/nsLoadGroup.cpp#978
Updated•8 years ago
|
Whiteboard: [necko-next]
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•