Return-Path: Delivered-To: apmail-hc-httpclient-users-archive@www.apache.org Received: (qmail 54374 invoked from network); 19 Jan 2009 16:19:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jan 2009 16:19:25 -0000 Received: (qmail 42165 invoked by uid 500); 19 Jan 2009 16:19:24 -0000 Delivered-To: apmail-hc-httpclient-users-archive@hc.apache.org Received: (qmail 41957 invoked by uid 500); 19 Jan 2009 16:19:23 -0000 Mailing-List: contact httpclient-users-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-users@hc.apache.org Received: (qmail 41946 invoked by uid 99); 19 Jan 2009 16:19:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jan 2009 08:19:23 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [217.150.250.44] (HELO ok2consulting.nine.ch) (217.150.250.44) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jan 2009 16:19:14 +0000 Received: by ok2consulting.nine.ch (Postfix, from userid 1002) id 21768198566; Mon, 19 Jan 2009 17:18:52 +0100 (CET) Received: from [10.14.6.1] (unknown [213.55.131.1]) by ok2consulting.nine.ch (Postfix) with ESMTP id 4FC06198560 for ; Mon, 19 Jan 2009 17:18:49 +0100 (CET) Subject: Re: Timeout settings not working properly From: Oleg Kalnichevski To: HttpClient User Discussion In-Reply-To: <49749FA7.5050201@switch.ch> References: <1232374485.12412.9.camel@ubuntu> <1232378830.12412.16.camel@ubuntu> <49749FA7.5050201@switch.ch> Content-Type: text/plain Date: Mon, 19 Jan 2009 17:18:44 +0100 Message-Id: <1232381924.12412.21.camel@ubuntu> Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on ok2consulting.nine.ch X-Spam-Level: X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.3 On Mon, 2009-01-19 at 16:43 +0100, Chad La Joie wrote: > Oleg Kalnichevski wrote: > > Socket timeout is the maximum period of inactivity between two > > _consecutive_ read operations. > > One issue might be that this isn't in the documentation. What you said > is actually different than what the documentation says. The docs say > it's the time the socket will *wait* for data, not the time between read > operations, and if the method is related to the Socket.setSoTimeout > method than that says something different still (i.e. the max amount of > time a read operation will wait for data). > > I'm not 100% sure which is actually correct, but I'm guessing probably > the last one. > Guessing does not always help. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org For additional commands, e-mail: httpclient-users-help@hc.apache.org