]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Reworded the Timeout documentation about mod_cgi[d]
authorLuca Toscano <elukey@apache.org>
Mon, 30 Jan 2017 14:58:04 +0000 (14:58 +0000)
committerLuca Toscano <elukey@apache.org>
Mon, 30 Jan 2017 14:58:04 +0000 (14:58 +0000)
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

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780918 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 1fe3743cde4c496c584f3cff1a768563da414530..c5b645b01eb4c22afa9c49c38b9d6469b7bf1aa4 100644 (file)
@@ -4667,8 +4667,8 @@ certain events before failing a request</description>
       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>