[twsocket] Bugreport and Workaround: SSL Freezes

2009-04-26 Thread Markus Müller
Hi TWSocket Mailinglist, I programmed a Delphi VLC Application which tunnels TCP connections over a SSL TCP connection. After some connections going on and off, the SSL Tunnel freezes: the onDataAvailable function just don't gets called anymore. The TCP Window is at 0 and you can see that ICS is

[twsocket] Freeing of sockets

2009-02-17 Thread Markus Müller
Hello Mailinglist, my project is now just working great, thanks very much for your help... but there is just one question. Cause it only works fine if I don't free TWSocket objects. If I Free them it often works fine. But in much cases - for example - in the OnSessionClose Handler (the memory of

Re: [twsocket] Pause and Resume just not working!

2009-01-23 Thread Markus Müller
Hi Arno Garrels, I looked over the code of THttpCli and if you do not have a connection from localhost to localhost it may work... I expect this in particular cause the read of Megabytes is done within split seconds, also if my program is sleeping (for example on a breakpoint in Delphi). The