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
This commit is contained in:
jim winstead 2001-12-20 21:10:55 +00:00
parent 518241fc04
commit ca159b0e1d

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.23 $ -->
<!-- $Revision: 1.24 $ -->
<reference id="ref.outcontrol">
<title>Output Control Functions</title>
<titleabbrev>Output Control</titleabbrev>
@ -77,6 +77,11 @@ ob_end_flush();
the output from your script until it terminates before
transmitting the results to the browser.
</para>
<para>
Server modules for Apache like mod_gzip may do buffering of their own
that will cause <function>flush</function> to not result in data being
sent immediately to the client.
</para>
<para>
Even the browser may buffer its input before displaying it.
Netscape, for example, buffers text until it receives an