Recently migrated from an old CF9 instance for an old app to Lucee 5.3.7.47.
Having an issue getting CFFlush to work. Page loads fully at end. Previous server runs code and flushes with no error.
Code being executed:
Starting...<br>
<cfloop from="1" to="100" index="a">
<cfoutput><h1>#a#</h1></cfoutput>
<cfflush interval="1">
<cfscript>
sleep(100);
</cfscript>
</cfloop>
Server is Win Serv 2012 r2
IIS 8.5
Boncode connected
Apache Tomcat v9035
Lucee 5.3.7.47