On Wed, 7 Mar 2001, Ask Bjoern Hansen wrote:

> 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?

just that sent_http_header should not modify r->status
 
> (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).

you should not modify $r->status and return 302 from the handler.

Reply via email to