Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Apr : "Connection reset by peer" with TIdHTTP
| Subject: | "Connection reset by peer" with TIdHTTP |
| Posted by: | "Eugene V. Goldberg" (eugenegoldbe..@mail.ru) |
| Date: | Wed, 26 Apr 2006 07:20:03 |
D7, Indy 9.00.18
I am running a thread which does .Get of a URLs from the same site.
After running a thread for about 15 minutes, .Get started to fail with error
10054
"Connection reset by peer".
If i restart the application it works fine again...
I tried to play with ConnectTimeout, ReadTimeout and Response.KeepAlive
properties
but it doesnt help...
Any ideas?
Thanks.