Re: Re[6]: [twsocket] Connection not closed in WebServer with IE

2005-05-23 Thread Bruno Sonnino
I didn't see how I can close the connection. I always get keep-alive in the request, so the response is also keep alive. Bruno On 23/5/2005 03:55:01, Wilfried Mestdagh ([EMAIL PROTECTED]) wrote: > Hello Bruno, > > > Try this - go to Internet Options, Advanced, and uncheck Use HTTP 1.1. > With > >

Re: Re[6]: [twsocket] Connection not closed in WebServer with IE

2005-05-23 Thread Bruno Sonnino
Yes, you're right, It's not respecting the connection Bruno On 23/5/2005 04:01:26, Wilfried Mestdagh ([EMAIL PROTECTED]) wrote: > Hello Bruno, > > > But there is also one other thing, and this I could not track, maybe > it's > > some setting in the server: the connection remains open after you do

Re[6]: [twsocket] Connection not closed in WebServer with IE

2005-05-23 Thread Wilfried Mestdagh
Hello Bruno, > But there is also one other thing, and this I could not track, maybe it's > some setting in the server: the connection remains open after you do the if ((FVersion = 'HTTP/1.0') and (CompareText(FRequestConnection, 'keep-alive') <> 0)) or { Jack } (Comp

Re[6]: [twsocket] Connection not closed in WebServer with IE

2005-05-23 Thread Wilfried Mestdagh
Hello Bruno, > Try this - go to Internet Options, Advanced, and uncheck Use HTTP 1.1. With > your header, the server you are developing should show the same behavior Yes you right. Then I see same problem. > But there is also one other thing, and this I could not track, maybe it's > some setting