Fran�ois: Friday, I went to your site and selected "Latest ICS version". Isn't that the latest?
Bruno On 23/5/2005 03:56:20, Francois Piette ([EMAIL PROTECTED]) wrote: > > I think this is what you meant, no? > > Yes, but this code has been updated and there is now a variable FKeepAlive > that keep track of this > connection problem. You should download latest release. > > -- > Contribute to the SSL Effort. Visit > http://www.overbyte.be/eng/ssl.html > -- > [EMAIL PROTECTED] > Author of ICS (Internet Component Suite, freeware) > Author of MidWare (Multi-tier framework, freeware) > http://www.overbyte.be > > > > ----- Original Message ----- > From: "Bruno Sonnino" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Sunday, May 22, 2005 10:39 PM > Subject: Re: Re[2]: [twsocket] Connection not closed in WebServer with IE > > > > Taking a look at SendDocument, I saw this: > > > > { *DAVID* Revised this if/then/else } > > if FVersion = 'HTTP/1.0' then begin > > if CompareText(FRequestConnection, 'keep-alive') <> 0 then > > Header := Header + 'Connection: Close' + #13#10 > > else > > Header := Header + 'Connection: Keep-Alive' + #13#10; > > end > > else if -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
