Re: [twsocket] TWSocket closing after every transaction with external HTTP server

2012-04-05 Thread robertoschler
gt; Subject: Re: [twsocket] TWSocket closing after every transaction with > external HTTP server > To: "ICS support mailing" > Date: Thursday, April 5, 2012, 5:36 AM > Hello, > > How do you now socket has been closed ? have you done some > tcpdump > compare between

Re: [twsocket] TWSocket closing after every transaction with external HTTP server

2012-04-05 Thread Dod
Hello, How do you now socket has been closed ? have you done some tcpdump compare between wroking and non-working system ? May be some users are going out thru a proxy that remove the keep-alive ? regards. r> Hello, r> I have a Delphi 6 application that talks to an external device that acts as

[twsocket] TWSocket closing after every transaction with external HTTP server

2012-04-05 Thread robertoschler
Hello, I have a Delphi 6 application that talks to an external device that acts as an HTTP server. I am using the ICS TWSocket components for this application. I open up a socket to talk to the device and handle the necessary header and body crafting to talk to the server. In other words, I am