Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : Re: Socket Error # 10054Connection reset by peer
| Subject: | Re: Socket Error # 10054Connection reset by peer |
| Posted by: | "Ciaran Costelloe" (ccostell..@flogas.ie) |
| Date: | 21 Mar 2006 15:41:04 |
Mark D. Lincoln wrote:
> During our testing with Indy 10 (first with version 10.0.52 then
> version 10.1.5.0), we keep running into an EIdSocketError being
> raised with the message "Socket Error # 10054Connection reset by
> peer". If our applications use Indy 9, this never happens.
This may not be your problem, but I came across an issue like this when
the server was returning a redirection. For all I know it was since
fixed, and there may have been a better way of dealing with it, but for
any redirects, I just destroyed that instance of TIdHTTP and created a
new one, passing it the redirected url. The application is still
running fine, so I never investigated it further.
Ciaran