Closed
Bug 1783826
Opened 3 years ago
Closed 2 years ago
Add test case for early hints in combination with Link-Headers in final response
Categories
(Core :: Networking: HTTP, task, P2)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
People
(Reporter: manuel, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Make sure we only make one request to /hinted.png
if the server responds with something like this:
103 Early Hints
Link: </hinted.png>; as=image; rel=preload
200 OK
Link: </hinted.png>; as=image; rel=preload
<html><body><img src="/hinted.png"></body></html>
Updated•3 years ago
|
Whiteboard: [necko-triaged]
Comment 1•2 years ago
|
||
This is done in another patch.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•