Return-Path: Delivered-To: apmail-jakarta-httpclient-user-archive@www.apache.org Received: (qmail 91175 invoked from network); 7 Dec 2006 14:42:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Dec 2006 14:42:13 -0000 Received: (qmail 92270 invoked by uid 500); 7 Dec 2006 14:42:20 -0000 Delivered-To: apmail-jakarta-httpclient-user-archive@jakarta.apache.org Received: (qmail 92250 invoked by uid 500); 7 Dec 2006 14:42:20 -0000 Mailing-List: contact httpclient-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: "HttpClient User Discussion" Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-user@jakarta.apache.org Received: (qmail 92239 invoked by uid 99); 7 Dec 2006 14:42:19 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Dec 2006 06:42:19 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [203.200.22.222] (HELO southendmsg.SONATA.LOCAL) (203.200.22.222) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Dec 2006 06:42:09 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C71A0D.D05A9F73" Subject: How to test Connection timeout Date: Thu, 7 Dec 2006 20:11:42 +0530 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How to test Connection timeout Thread-Index: AccaDc+r69g2vE7+T4KSpMY7nXevaQ== From: "Lalit Sahoo" To: X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C71A0D.D05A9F73 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi All, I have used following code fragment in our implementation: HttpConnectionManagerParams connParams =3D connManager.getParams(); connParams.setConnectionTimeout(1); But there is no time out happening. Can anybody help me in this regard? Regards, Lalit ------_=_NextPart_001_01C71A0D.D05A9F73--