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)

enhancement

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.
Priority: -- → P1
Priority: P1 → P3
Severity: normal → S3

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.