Closed
Bug 1373235
Opened 9 years ago
Closed 3 months ago
Measure delay between nsHttpChannel::ReadFromCache and nsHttpChannel::OnStartRequest
Categories
(Core :: Networking: Cache, enhancement, P3)
Core
Networking: Cache
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: michal, Unassigned)
References
Details
(Whiteboard: [necko-backlog])
Bug 1367742 moved the decision about cache winning from OnStartRequest to ReadFromCache where we cancel the network request. This is a bit unfair to the network because it could still happen that OnStartRequest would be called first for the network request. The delay between ReadFromCache and OnStartRequest should be minimal in most cases but we should confirm this assumption.
Comment 1•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P1
Comment 2•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: P1 → P3
Updated•3 years ago
|
Severity: normal → S3
Comment 3•3 months ago
|
||
RCWN code was removed in bug 2020946
Status: NEW → RESOLVED
Closed: 3 months ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•