With Chrome, I get always the error net::ERR_CONTENT_LENGTH_MISMATCH
and the page is blank. Other browsers like Firefox doesn't has that problem. I googled a lot but with no really luck.
It's a typo3 page which I recently moved. On the old server it worked without any problem.
I know the error means that the Content-Length
which is submitted in the header does not match with the length which of the document / file, but I have no idea why and what I can do.
Does anyone has some advice?