> From: owner-openssl-users On Behalf Of David Schwartz > Sent: Monday, 14 January, 2008 16:48
> > In fact, I'm not sure why apache closes connection even if I > set KeepAlive > > to On in httpd.conf. > > Because that's what HTTP version 1.0 says to do, and you asked > for HTTP 1.0 > behavior. If it didn't, how would the client know when it got the entire > request? > (You mean the entire response, and in particular response body aka entity.) Content-length is allowed in 1.0, and if supplied the client can use it. It just isn't required and so can't be relied on. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]