Kinstantin Ivanov wrote: > hi all,
> I have a question about implementing http keep-alive when > going over SSL connection. If successfully established, after > I've serviced the request and I want to keep connection alive, > should I listen for the handshake again or just read the expected data? Keep-alives are precisely the same in HTTPS as they are in HTTP. Once a secure connection is established between the client and the server, it is kept alive and not re-established. (What does this have to do with OpenSSL development?) DS ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
