Bug 1783826 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

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>
````
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>
````

Back to Bug 1783826 Comment 0