When I set PerlSendHeader to Off in my perl.conf it doesn't send headers,
which
is good. The bad part is that it seems to break socket persistence for some
reason.
When I have PerlSendHeader set to On, I can open a socket with my test client,
and make multiple queries on the same socket.
Any ideas to help me keep the socket open?
Thanks,
Brian
Doug MacEachern wrote:
> On Mon, 25 Sep 2000, B. Burke wrote:
>
> > I've been able to basically remove the response headers by removing the
> > functionality
> > of ap_sen_header_field() before compiling Apache, but it would be nice to
>
> you don't have to remove anything, just don't call $r->send_http_header
> and make sure PerlSendHeader is configured to Off, then Apache will not
> send any headers.