Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : Re: Need advice - Synapse - Connection Reset by Peer
| Subject: | Re: Need advice - Synapse - Connection Reset by Peer |
| Posted by: | "Mat Ballard" (m..@chemwares.com) |
| Date: | Thu, 3 Aug 2006 12:22:14 |
g'day Lukas
re:
> RecvString expecting CRLF string terminator. But SendString sending data
> as is... if you are sending by SendString and you are receiving it by
> Recvstring, you must send your data by Sendstring(yourdata + CRLF);
*THANK YOU* !
It then hit other errors, but it solved that problem.
cheers,
Mat
none