On 6 Oct 2000 [EMAIL PROTECTED] wrote:

> dougm       00/10/06 13:18:29
> 
>   Modified:    t/internal error.t
>                src/modules/perl mod_perl.c
>   Log:
>   more for the "Apache::send_http_header was resetting r->status = 200" fix

Doug, do you remember what this was about?

(I just had a problem with only being able to get redirects from a
subrequest to work if I set status == 302 but returned 200 from the
handler).

 - ask

>   RCS file: /home/cvs/modperl/src/modules/perl/mod_perl.c,v

>   +    if (r->prev && (r->prev->status != HTTP_OK) &&
>   +        mod_perl_sent_header(r, 0))
>   +    {
>   +        /* avoid recursive error for ErrorDocuments */
>   +        status = OK;
>   +    }
>   +

-- 
ask bjoern hansen, http://ask.netcetera.dk/   !try; do();
more than 70M impressions per day, http://valueclick.com

Reply via email to