You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Ken Fox <kf...@vulpes.com> on 2000/08/01 19:35:00 UTC

Re: [Fwd: mod_perl_sent_header improvement]

Ken Fox wrote:
> I was using $request->sent_header and found out that it's
> not terribly useful if PerlSendHeader is off -- sent_header
> always returns 1. I changed mod_perl_sent_header so that
> it returns 0, 1 or 2:
> 
>   0 - headers have not been sent (PerlSendHeader on)
>   1 - headers have not been sent (PerlSendHeader off)
>   2 - headers have already been sent

[patch deleted]

I haven't heard anything about this patch. And the traffic on
modperl is killing my POP account... ;) Could somebody please
let me know if I need to do anything more to propose a change?

Thanks,

- Ken