Re: [twsocket] HttpCli.RcvStream - how to clear?

2005-12-18 Thread Francois PIETTE
> I noticed that if I'm not doing anything with RCVStream of HTTPCli > in requests im getting Stream with data from previous requests that > were made on the component. How do i avoid it? How to cleanup > rcvStream? This is not a component issue. It's just normal stream handling. If you don't want

Re: [twsocket] HttpCli.RcvStream - how to clear?

2005-12-18 Thread Me
I am not multithreading. Im using 20 components and GetAsync. Wiadomość Oryginalna Od: Arno Garrels <[EMAIL PROTECTED]> Do: ICS support mailing Data: Sat, 17 Dec 2005 22:26:47 +0100 Temat: Re: [twsocket] HttpCli.RcvStream - how to clear? > Me wrote: > > Would be great b

Re: [twsocket] HttpCli.RcvStream - how to clear?

2005-12-17 Thread Arno Garrels
rno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html > > Wiadomosc Oryginalna > Od: Ionut Muntean <[EMAIL PROTECTED]> > Do: ICS support mailing > Data: Sat, 17 Dec 2005 22:50:36 +0200 > Temat: Re: [twsocket] HttpCli.RcvStream - how to clear

Re: [twsocket] HttpCli.RcvStream - how to clear?

2005-12-17 Thread Me
Would be great but sometimes im not reciving any data so the old one wont be overwritten ;-( Wiadomość Oryginalna Od: Ionut Muntean <[EMAIL PROTECTED]> Do: ICS support mailing Data: Sat, 17 Dec 2005 22:50:36 +0200 Temat: Re: [twsocket] HttpCli.RcvStream - how to clear?

Re: [twsocket] HttpCli.RcvStream - how to clear?

2005-12-17 Thread Ionut Muntean
Try RcvStream.Position := 0; when resetting ... If you set it to nil, it is obvious you'll get Access Violations. / IM Me wrote: > Hi > I noticed that if I'm not doing anything with RCVStream of HTTPCli > in requests im getting Stream with data from previous requests that > were made on the com