François: Can you point me to the right direction? I went to your site today, went to ICS, and redownloaded latest version. HTTPServ is dated 3/13/2005, and it doesn't have FKeepAlive.
Bruno On 23/5/2005 03:55:23, Francois Piette ([EMAIL PROTECTED]) wrote: > > This doesn't compile, FKeepAlive isn't defined. > > You defenitely lack the latest release. > -- > [EMAIL PROTECTED] > http://www.overbyte.be > > > ----- Original Message ----- > From: "Bruno Sonnino" <[EMAIL PROTECTED]> > To: <twsocket@elists.org> > Sent: Sunday, May 22, 2005 10:30 PM > Subject: Re: Re[2]: [twsocket] Connection not closed in WebServer with IE > > > > > In THttpConnection.AnswerStream, add the following block just after > the > > > lines with Content-Length: > > > > > > if FKeepAlive then > > > PutStringInSendBuffer('Connection: Keep-Alive' + #13#10) > > > else > > > PutStringInSendBuffer('Connection: Close' + #13#10); > > > > > > Tell me if it works without adding the header line in your code. > > > > > > > This doesn't compile, FKeepAlive isn't defined. > > > > Bruno > > On 22/5/2005 16:50:11, Francois PIETTE ([EMAIL PROTECTED]) > wrote: > > > > Finally, I could find what was causing the problem here - I still > > > > don't > > > know > > > > why, but at least I could fix it. > > > > > > > > I analyzed t -- 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