Posted At : February 28, 2011 11:51 PM
The message they got was:
I knew that the site and file were both available and a bit of hunting around I was reminded that IE used to have issues with Gzip encoding in the past - but I presumed that it was a thing of the past.
I also noticed that when downloading the file Firefox would not show a progress bar but would instead show a "indeterminate progress" bar.
Looking at the headers the it turned out that there was no Content-Length header but there was a header as follows:
To fix this I added some more exclusions to my mod_gzip rules to not zip some particular file types.
Now its working a treat. It would also be possible to do this only for IE - but most of the files we use on this are already well compressed to gzip compression doesn't help too much anyway.
Cheers, Mark
0 Comments