This is a way to reproduce a Chrome bug where an extension adds an extra header to each request and subsequently fails downloading images.
- Chrome 42
- PC, Windows 8.1 Pro
- Enable just one Chrome extension that can modify headers, for instance Requestly or ModHeader.
- Add a custom header, ie:
TerminalId = Vekt1-Oppe
- Watch a video of how I reproduce the bug.
- Start a local web server (I used http-server)
- Open the index.html in Chrome and press and hold F5 for 10 seconds. Release and see if the images load or if they get stuck in "pending" mode. Repeat until images are stuck in "pending" mode.
I also put the test site on http://nitech.github.io/chrome-header-extension-bug/, but I can't reproduce the bug there. It seems the server has to have a very quick response time for us to trigger the bug. Try instead http-server or similar.