In Chrome, sometime request fails with Error: status (failed) net::ERR_TOO_MANY_RETIRES
.
This happens randomly for 1 request while loading page with 80+ resource.
What could be possible reason for this error? I have attempted the following:
- Cleared the browser cache as well as set the option to disable cache in debugger
- The connection remains in Stalled state when the error occurs
- This happens in incognito mode too
The failing image in above screenshot is refereed in CSS as
background-image: url(/images/no-data-5-2x.png);
Interestingly, this works well with Firefox, and just fails in Chrome.