> Maybe there's something related to C strings where the null character > signals the end, but anyway it's strange since the delphi string has a > counter inside, which allows you to use the null char on the middle of > a chain.
Yeah, it does work if I slow the requests down, but as soon as I send a lot of requests the two nulls causes this to happen. > > Try to use the WriteBuffer method and say if it works for you... The > Write method uses it, so it think it won't work too :) > > WriteBufer( S[1], Length( S ) ); That's correct Write calls WriteBuffer. In the WriteBuffer code there is also comments about splitting up the amount of data that's going into the buffer to handle more data, maybe in upgrade to Indy 10 will do the trick? Cheers Louis ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

