Closed
Bug 2020657
Opened 4 months ago
Closed 4 months ago
Disable RCWN and eventually remove the code
Categories
(Core :: Networking: Cache, task, P2)
Core
Networking: Cache
Tracking
()
RESOLVED
FIXED
150 Branch
| Tracking | Status | |
|---|---|---|
| firefox150 | --- | fixed |
People
(Reporter: valentin, Assigned: valentin)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged][necko-priority-next])
Attachments
(1 file)
RCWN adds another code path to nsHttpChannel that is inherently racy.
Recent experiments have shown that even for devices with a HDD the improvement from RCWN might not be that big.
Instead it might be better to remove RCWN and focus on general cache speed improvements instead.
| Assignee | ||
Comment 1•4 months ago
|
||
This patch disables the remaining use of RCWN (Windows machines without SSDs)
Pushed by valentin.gosu@gmail.com:
https://github.com/mozilla-firefox/firefox/commit/206f6732de6d
https://hg.mozilla.org/integration/autoland/rev/5b48d2107e7e
Disable RCWN r=necko-reviewers,kershaw
Comment 3•4 months ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 months ago
status-firefox150:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 150 Branch
Updated•3 months ago
|
QA Whiteboard: [qa-triage-done-c151/b150]
You need to log in
before you can comment on or make changes to this bug.
Description
•