RE: keep alive in ssl programming

2007-03-12 Thread richard zhao
thanks a lot --- David Schwartz <[EMAIL PROTECTED]> wrote: > > > hello,all, > > does anybody know how to set up keep alive signal > in > > openssl programming and how to know the connection > is > > losing by using keep alive signal? thans a lot. > > The same way you do that in TCP. > > DS > >

RE: keep alive in ssl programming

2007-03-11 Thread David Schwartz
> hello,all, > does anybody know how to set up keep alive signal in > openssl programming and how to know the connection is > losing by using keep alive signal? thans a lot. The same way you do that in TCP. DS __ OpenSSL Proje

Re: keep-alive

2000-09-20 Thread Arun Venkataraman
My experience so far, has been that, if you send a "Connection: Keep-Alive" in the HTTP headers of the object the browser asked for, and not close the connection, the browser will ask you for more objects (if there are any more). It's as simple as that. This works with both IE/Netscape. Arun. --