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
>
>
> 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
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.
--