On 9/29/06, Joe Orton <[EMAIL PROTECTED]> wrote:
On Thu, Sep 28, 2006 at 08:15:44PM -0000, [EMAIL PROTECTED] wrote:
> --- httpd/httpd/trunk/modules/generators/mod_cgi.c (original)
> +++ httpd/httpd/trunk/modules/generators/mod_cgi.c Thu Sep 28 13:15:42 2006
> @@ -837,6 +837,11 @@
>                              APR_BLOCK_READ, HUGE_STRING_LEN);
>
>          if (rv != APR_SUCCESS) {
> +            if (rv == APR_TIMEUP) {

These should use APR_STATUS_IS_TIMEUP() rather than checking against
APR_TIMEUP directly.

Fixed in 451289.

-garrett

Reply via email to