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: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Wed, 26 Mar 2008 09:46:19 |
"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