> -Original Message-
> From: Miha Wang [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 24, 2000 12:55 PM
> Actuall, my server is apache 1.3. The KeepAlive is on. By default,
> It should be persistent connection without asking for Keep-Alive.
> However, it does not work with either SS
the connection
Is this a bug? any comments?
Thanks,
Miha
> -Original Message-
> From: Arun Venkataraman [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 24, 2000 9:57 AM
> To: [EMAIL PROTECTED]
> Cc: Miha Wang
> Subject: Re: HELP NEEDED: Persist connect
[Moved to openssl-users]
AFAIK, SSL_RECEIVED_SHUTDOWN means the **other side** (ie. the server) sent
you a shutdown. This could be because you are using HTTP/1.0 and not asking
for a Keep-Alive connection in your request. All such connections are
required to be shut-down by the protocol.
In any