David Schwartz wrote:

        Notice the two persistent connection headers returned? And, in practice,
the connection is in fact persistent. If you were correct, the server would
ignore the "Connection" header since it "has no meaning". Try it without a
connection header and you will see the difference.

Exactly.  In HTTP/1.1, keepalive is implicit.  In HTTP/1.0, on servers which
support it, a Connection: keep-alive header achieves the same.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to