This started happening only in last few days (january 2022) and only in chrome (for example 97.0.4692.99 (Official Build) (64-bit)). If I have 10+ images on page, chrome will randomly fail to download some, with only this as reason : (failed)net::ERR_HTTP2_PROTOCOL_ERROR
Its random, after refresh it wont download other images that loaded just ok before, or it download all.
I am asking on this because there seems to be no fresh info on this error, only similar questions asked several years ago which not really covering this case .
Anybody have some advice ?
Tnx all for help!
EDIT : Some time passed, I used JS which watch if image fail to load and if yes then try to reload it 5 times max, while doing queue if more images encounter that on same time .. ugly but works.