> 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
> 
> Is this the right list for change proposals? Should I re-submit my
> patch?

Yes it's the right list, and no, no need to resubmit. Personally I only
commit bug fixes, and Doug looks at new features. He'll get around to it,
he's just a bit busy at the moment. 

Thanks,
--
Eric


Reply via email to