Skip to main content
August 22, 2013
Question

cfflush in CF10, Server 2008 R2, and Apache 2.2

  • August 22, 2013
  • 2 replies
  • 762 views

I've been googling for a while and I can't find the correct reason for why I cannot get <cfflush> to work.  Any time I use it on my server the output only appears once the page is done loading.  I've tried a small interval and tacking on lots of hidden data to verify it's not the browser.  I'm using Chrome and Firefox with the same results.  Can anyone tell me what I've configured incorrectly or any other additional information?

Thanks in advance,

This topic has been closed for replies.

2 replies

Participant
June 13, 2014

The <cfflush /> tag generally won't work if your server is compressing the response. If you're webserver is gzip the response, then I suspect that is the root cause.

Inspiring
June 13, 2014