Disable Recieving Buffer in Firefox (or other browsers)
问题 I got trouble with web browsers buffering (not chaching). I call this php script : sleep(5); echo '1st step'; echo (str_repeat(' ',256)); sleep(5); echo '<br />'; echo '2nd step'; output buffer is disabled on php (we will confirm that later) when calling this script with both Chromium 12 and Firefox 5 I got this result : the 'waiting' animated circle (the grey one) runs during ~5sec then the 'transferring' animated circle (the orange one) runs during ~5sec and finally i have the whole result