On 27-Sep-05 22:56:55 Albert Wiersch wrote: [...]
>I have reproduced this problem in my application using this link provided by >a user: >http://net1test.rhmware.com/marketingprimer >I have worked around this issue by clearing RcvdStream when the >LocationChange event is called using: >if (HttpCli->RcvdStream) { > HttpCli->RcvdStream->Seek(0,soFromBeginning); >} >By the way, I hope the above is sufficient to clear the stream but I'm not >sure that it is. If it isn't can anyone state the correct way to clear/reset >a steam? I can't find it in the documentation. In that case the "best" way is calling the CleanupRcvdStream method. >I hope this is sufficient and these issues can be corrected. At the moment I'm busy to solve a problem with the SSL version. I keep this message in evidence and I'll look into this problem asap. Bye, Maurizio. -- 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
