From ca159b0e1d5398bfda6fe7afba9b9cb5e12e4501 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Thu, 20 Dec 2001 21:10:55 +0000 Subject: [PATCH] flush: note that mod_gzip may buffer data git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65776 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/outcontrol.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/functions/outcontrol.xml b/functions/outcontrol.xml index fc8132c14b..2fd0e9b4f3 100644 --- a/functions/outcontrol.xml +++ b/functions/outcontrol.xml @@ -1,5 +1,5 @@ - + Output Control Functions Output Control @@ -77,6 +77,11 @@ ob_end_flush(); the output from your script until it terminates before transmitting the results to the browser. + + Server modules for Apache like mod_gzip may do buffering of their own + that will cause flush to not result in data being + sent immediately to the client. + Even the browser may buffer its input before displaying it. Netscape, for example, buffers text until it receives an