You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Takashi Sato <se...@lans-tv.com> on 2008/01/07 12:41:22 UTC

Re: svn commit: r609549 - /httpd/httpd/trunk/modules/http/http_filters.c

Type of HTTP error code is int, isn't it?

r609549:
>  
> +static apr_status_t bail_out_on_error(http_ctx_t *ctx,
> +                                      ap_filter_t *f,
> +                                      apr_status_t http_error)
> +{

r609550:
>+    apr_status_t http_error = HTTP_REQUEST_ENTITY_TOO_LARGE;

Re: svn commit: r609549 - /httpd/httpd/trunk/modules/http/http_filters.c

Posted by Ruediger Pluem <rp...@apache.org>.

On 01/07/2008 12:41 PM, Takashi Sato wrote:
> Type of HTTP error code is int, isn't it?

Nice catch. Fixed in r609609.

Regards

RĂ¼diger