HttpClient Sockettimeout does not work

2008-04-02 Thread lavanya . x . sambasivan
Hello, I am using httpclient 3.1. I am trying to make a http request that should timeout when a response is not revceived within 2 minutes. The requirement is also to retry 3 times before throwing back an application exception. When I set the socket timeout to 90,000 milliseconds, the timeout

Re: HttpClient Sockettimeout does not work

2008-04-02 Thread Oleg Kalnichevski
[EMAIL PROTECTED] wrote: Hello, I am using httpclient 3.1. I am trying to make a http request that should timeout when a response is not revceived within 2 minutes. See definition of the socket timeout Oleg The requirement is also to retry 3 times before throwing back an application