You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by el...@apache.org on 2017/01/30 14:58:04 UTC

svn commit: r1780918 - /httpd/httpd/trunk/docs/manual/mod/core.xml

Author: elukey
Date: Mon Jan 30 14:58:04 2017
New Revision: 1780918

URL: http://svn.apache.org/viewvc?rev=1780918&view=rev
Log:
Reworded the Timeout documentation about mod_cgi[d]

After a chat with Yann and Eric on dev@, we agreed to
simplify the description.

PR: 60404 
Follow up of: http://svn.apache.org/r1780907


Modified:
    httpd/httpd/trunk/docs/manual/mod/core.xml

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=1780918&r1=1780917&r2=1780918&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml Mon Jan 30 14:58:04 2017
@@ -4667,8 +4667,8 @@ certain events before failing a request<
       full.</li>
 
       <li>In <module>mod_cgi</module> and <module>mod_cgid</module>,
-      the length of time to wait for the first byte of the
-      CGI script's output.</li>
+      the length of time to wait for any individual block of output
+      from a CGI script.</li>
 
       <li>In <module>mod_ext_filter</module>, the length of time to
       wait for output from a filtering process.</li>