Every time a page on the site is visited I am getting the error message:
ColdFusion was unable to add the header you specified to the output stream. This is probably because you have already used a cfflush tag in your template or buffered output is turned off.
But, the header is being added. The line that is causing the error is <cfheader name="Content-Encoding" value="gzip">
. If I remove the line then I don't get an error, but gibberish is displayed because the gzip is not decompressed.
I am not using any cfflush tags on the site. I also saw a suggestion that cftimer tags could cause problems, but I am not using any of those either.