You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Garrett Rooney <ro...@electricjellyfish.net> on 2006/01/12 23:51:40 UTC

Re: [PATCH] clarify return value of hook functions used in request processing

On 9/9/05, Daniel L. Rall <dl...@apache.org> wrote:
> This is a code-clarity improvement only.
>
>
> * server/request.c
>   (ap_process_request_internal): Check the return value of hook
>    functions against the constant OK -- defined in httpd.conf as
>    "Module has handled this stage" -- instead of against the magic
>    number 0 to improve clarity.

Thanks, committed in r368505.

-garrett