Site: http://159.89.227.14/
What happens without priority hints is:
- All 7 requests are made at low priority
- When layout is done, all (that aren't finished yet) re-prioritize to high priority (in-viewport).
- Since a max of 6 connections are allowed to be made, the first 6 are fetched right away. 7th is queued & stalled until one of the previously-made connections is free/done and we can allocate one for the last image.