Early Hints: Link Images don't connect back to the early hint preloader
Categories
(Core :: Networking: HTTP, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: manuel, Assigned: manuel)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file, 1 obsolete file)
(deleted),
text/x-phabricator-request
|
Details |
Sometimes the preload doesn't connect back. And displaying the image is delayed until the preload channel is cancelled with parent-connect-timeout. It looks like this: https://share.firefox.dev/4062ct3
I'm mostly concerned about why this is an intermittent failure./What makes this intermittent.
It looks like the preload loads the image from the image cache in these cases.
I have to verify that the same bug doesn't exist for the other assets.
I have a patch that fixes this by not using the image cache on early hint preloaded requests, but I'm not sure whether that is the correct approach.
The bug only happens when the server response includes a Cache-Control: no-store
on the image reply.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D168131
Comment 3•2 years ago
|
||
Comment on attachment 9316777 [details]
Bug 1813132 - Test that Early Hint preload always connects back with hinted resources and doesn't make unexpected network requests r=#necko
Revision D169322 was moved to bug 1815884. Setting attachment 9316777 [details] to obsolete.
Comment 5•2 years ago
|
||
bugherder |
Description
•