chrome content length mismatch error
context:
visiting example.com my server sends a html page that contains an image element with the src being cdn.example.com
the cdn then simply serves a gif.
i compared the content length response that my cdn sends to the one that the client receives and they are identical.
but if i don't proxy requests that go to the cdn subdomain, chrome will fail to load the gif, and throw the following error in console:
chrome failed to load resource: net::err_content_length_mismatch
enabling cloudflare proxying to my cdn fixes this issue, but the content length response headers once again stay the same.
also this only happens with chrome, firefox is working fine.
i figure this is rather an issue with chrome than with cloudflare...
0 Replies