Closed
Bug 1799169
Opened 2 years ago
Closed 2 years ago
Fix early hint followed by redirect
Categories
(Core :: Networking: HTTP, defect, P2)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
People
(Reporter: manuel, Assigned: manuel)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 obsolete file)
- https://searchfox.org/mozilla-central/source/netwerk/test/browser/browser_103_redirect_from_server.js could be in https://searchfox.org/mozilla-central/source/netwerk/test/browser/browser_103_redirect.js
- the redirect logic shouldnt happen in https://searchfox.org/mozilla-central/rev/eddb810ffd5499f0984123fe4bfea6064ebad3c8/netwerk/test/browser/early_hint_asset_html.sjs#9-10, but in https://searchfox.org/mozilla-central/rev/eddb810ffd5499f0984123fe4bfea6064ebad3c8/netwerk/test/browser/early_hint_redirect.sjs
- we still cancel the preload on same origin redirects? https://searchfox.org/mozilla-central/rev/eddb810ffd5499f0984123fe4bfea6064ebad3c8/netwerk/protocol/http/EarlyHintsService.cpp#88
- The test doesn't wait until the preload is complete -> intermittents.
- we need to make sure that we preload after cross origin redirects after https://phabricator.services.mozilla.com/D161181
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:kershaw, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(kershaw)
Assignee | ||
Updated•2 years ago
|
Severity: N/A → S4
Flags: needinfo?(kershaw)
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D161500
Updated•2 years ago
|
Assignee: nobody → manuel
Status: NEW → ASSIGNED
Updated•2 years ago
|
Whiteboard: [necko-triaged]
Updated•2 years ago
|
Attachment #9304484 -
Attachment description: WIP: Bug 1799169 - Fix early hint tests in combination with redirects → Bug 1799169 - Fix early hint tests in combination with redirects r=#necko
Comment 3•2 years ago
|
||
Comment on attachment 9304484 [details]
Bug 1799169 - Fix early hint tests in combination with redirects r=#necko
Revision D162581 was moved to bug 1783686. Setting attachment 9304484 [details] to obsolete.
Attachment #9304484 -
Attachment is obsolete: true
Assignee | ||
Comment 4•2 years ago
|
||
Some of the notes were done in phase 2 preloader (Bug 1771867). The remaining notes will be fixed with Bug 1783686.
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•