Hi,
Since 5.1.13 (and in 5.1.14) we're seeing Litespeed occasionally serve broken images. We've tracked this down to it serving a partial content range to clients - I am guessing this is because the initial requestor of the image, called it in multiple parts for whatever reason and the last content range called for is getting cached as the full image.
Broken image:
Working image with cache turned off:
The clients showing a broken image were not requesting a partial content range at all. We've had to disable the cache as it's causing too many issues with broken images - it may happen with other content, but we're only using it for a few million images.
Thanks,
Karl
Since 5.1.13 (and in 5.1.14) we're seeing Litespeed occasionally serve broken images. We've tracked this down to it serving a partial content range to clients - I am guessing this is because the initial requestor of the image, called it in multiple parts for whatever reason and the last content range called for is getting cached as the full image.
Broken image:
Code:
content-length:75366
content-range:bytes 4096-79461/79462
Code:
content-length:79462
Thanks,
Karl