RE: HELP NEEDED: Persist connection

2000-08-28 Thread Michael Wojcik
> -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

RE: HELP NEEDED: Persist connection

2000-08-28 Thread Miha Wang
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

Re: HELP NEEDED: Persist connection

2000-08-24 Thread Arun Venkataraman
[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