[twsocket] HttpCli ContentRangeBegin

2006-11-16 Thread Cosmin Prund
Hello. I've build a download manager module for my application arround THttpCli and I'm making use of ContentRangeBegin to resume failed downloads. It all works very nice and smooth, and all my downloads resume fine. Unfortunately my downloads only fail when I unplug the network cable from my

[twsocket] Borland decides to spin off tools group - aka - nobody wanted to pay what they were asking

2006-11-16 Thread Darin McGee
http://www.infoworld.com/article/06/11/14/HNcodegear_1.html -- 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

[twsocket] Connection catch-22

2006-11-16 Thread Clay Shannon
When I call TWSocket's Send method, I'm getting error 10057, Send Socket is not connected Even after adding a call to WSocket_AsClient.Connect, I still get the same thing. However, when I add a second call to Connect() just before the call to Send(), I get Socket already in use Here is