RE: HttpClient ConnectionTimeOut

2004-08-20 Thread Kalnichevski, Oleg
Yes, it is. -Original Message- From: Karthikeyani K [mailto:[EMAIL PROTECTED] Sent: Freitag, 20. August 2004 16:24 To: Commons HttpClient Project Subject: RE: HttpClient ConnectionTimeOut Oleg, Thanks. We are using HttpClient 2.0 version downloaded from http://jakarta.apache.org

RE: HttpClient ConnectionTimeOut

2004-08-20 Thread Karthikeyani K
[EMAIL PROTECTED] Sent: Freitag, 20. August 2004 15:55 To: [EMAIL PROTECTED] Subject: HttpClient ConnectionTimeOut Hi, We have set ConnectionTimeout for httpclient to 1 milliseconds. What exeception does it throw when a Connection times out. How do we track that a connection has timed out.

RE: HttpClient ConnectionTimeOut

2004-08-20 Thread Kalnichevski, Oleg
Message- From: Karthikeyani K [mailto:[EMAIL PROTECTED] Sent: Freitag, 20. August 2004 15:55 To: [EMAIL PROTECTED] Subject: HttpClient ConnectionTimeOut Hi, We have set ConnectionTimeout for httpclient to 1 milliseconds. What exeception does it throw when a Connection times out. How

HttpClient ConnectionTimeOut

2004-08-20 Thread Karthikeyani K
Hi, We have set ConnectionTimeout for httpclient to 1 milliseconds. What exeception does it throw when a Connection times out. How do we track that a connection has timed out. If a connection times out, we need to send a response to the user to try later. Thanks, Karthi