Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 May : Cannot put two CHAR0's in me

www.cryer.info
Managed Newsgroup Archive

Cannot put two CHAR0's in me

Subject:Cannot put two CHAR0's in me
Posted by:"Louis Young" (lou..@kwikpay.co.za)
Date:18 May 2005 09:04:29

Hi there

Using Indy 10.0.76 with Delphi 7.1. Whenever I load the TidTCPserver with a lot of requests and my response consists of more than one CHAR0 consecutively the server just hangs.

So, AThread.Connection.IOHandler.Write(#0#0); fails, but AThread.Connection.IOHandler.Write(#0#1#0); works fine.

Funny thing is, it only happens when the server gets really busy.

Any ideas what's causing this?

Cheers
Louis

Replies:

www.cryer.info
Managed Newsgroup Archive