Open
Bug 1815884
Opened 2 years ago
Updated 5 months ago
Early Hints: When css/img assets are in css/image cache, the content process doesn't connect back to the early hint preload channel
Categories
(Core :: Networking: HTTP, defect, P2)
Core
Networking: HTTP
Tracking
()
NEW
People
(Reporter: manuel, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: leave-open, Whiteboard: [necko-triaged])
Attachments
(1 file)
The early hint preload channel lies around suspended in the parent process and will be cancelled after 10s with the parent-connect-timeout timer.
Reporter | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → manuel
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•2 years ago
|
||
We want to cancel the Early Hint channel in that case and not bypass the css-/image-cache. Because bypassing the cache would trigger an extra re-parse.
Reporter | ||
Updated•2 years ago
|
Severity: -- → S4
Priority: -- → P2
Reporter | ||
Updated•2 years ago
|
Keywords: leave-open
Pushed by mbucher@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/023344159ec9
Test that Early Hint preload always connects back with hinted resources and doesn't make unexpected network requests r=necko-reviewers,kershaw
Comment 4•2 years ago
|
||
bugherder |
Comment 5•1 year ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:manuel, maybe it's time to close this bug?
For more information, please visit BugBot documentation.
Flags: needinfo?(manuel)
Reporter | ||
Comment 6•1 year ago
|
||
Only test cases landed, because they also test other asset types. Will eventually get to fixing it for image/css.
Flags: needinfo?(manuel)
Reporter | ||
Updated•5 months ago
|
Assignee: manuel → nobody
Status: ASSIGNED → NEW
You need to log in
before you can comment on or make changes to this bug.
Description
•