PR 60404 asks if the Timeout directive is related to
the amount of time to wait for the entire CGI script's
output or only the first byte received.
Checking in mod_cgi.c -> cgi_bucket_read shows a
apr_pollset_poll that should support the latter.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1780907 13f79535-47bb-0310-9956-
ffa450edef68
full.</li>
<li>In <module>mod_cgi</module> and <module>mod_cgid</module>,
- the length of time to wait for output from a CGI script.</li>
+ the length of time to wait for the first byte of the
+ CGI script's output.</li>
<li>In <module>mod_ext_filter</module>, the length of time to
wait for output from a filtering process.</li>