On Tue, Dec 09, 2008 at 02:33:52PM -0500, Perrin Harkins wrote:
> On Mon, Dec 8, 2008 at 2:20 PM, Bill Moseley <[EMAIL PROTECTED]> wrote:
> > Is there something special I need to do to allow keep-alive responses
> > for HTTP 1.0 requests?
> 
> Not sure, but there's some info in Apache2::Connection about how it
> determines Keep-Alive and how to check if a connection has it.  More
> in Apach2::RequestRec too.

Need a content-length header for it to work with HTTP 1.0.
The root of the problem was I was using mod_deflate and it was not
returning a content-length, and thus I was not seeing keep-alive
connections.

Thanks,

-- 
Bill Moseley
[EMAIL PROTECTED]
Sent from my iMutt

Reply via email to