Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Mar : Re: EIdSocketError Socket Error # 10054 Connection reset by peer
| Subject: | Re: EIdSocketError Socket Error # 10054 Connection reset by peer |
| Posted by: | "Venu" (ven..@hotmail.com) |
| Date: | Thu, 27 Mar 2008 09:16:46 +0530 |
The Server and client is in the same application, infact in the same form.
I am still getting this error
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:47ea7dde$1@newsgroups.borland.com...
>
> "Venu" <venuc@hotmail.com> wrote in message
> news:47ea4739@newsgroups.borland.com...
>
>> EIdSocketError Socket Error # 10054 Connection reset by peer
>
> That error means the other party closed the connection ungracefully, such
> as by rebotting the machine.
>
>> I am getting this exception in only few machines of my program
>> where I am using TIdHTTPServer component.
>
> Then don't worry about it. If a client is disconnecting while
> TIdHTTPServer is reading/writing from/to it, then TIdHTTPServer will
> handle the socket error internally for you.
>
>
> Gambit