Return-Path: Delivered-To: apmail-jakarta-httpclient-dev-archive@www.apache.org Received: (qmail 52887 invoked from network); 7 Dec 2005 08:40:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Dec 2005 08:40:37 -0000 Received: (qmail 46105 invoked by uid 500); 7 Dec 2005 08:40:36 -0000 Delivered-To: apmail-jakarta-httpclient-dev-archive@jakarta.apache.org Received: (qmail 46086 invoked by uid 500); 7 Dec 2005 08:40:36 -0000 Mailing-List: contact httpclient-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "HttpClient Project" Reply-To: "HttpClient Project" Delivered-To: mailing list httpclient-dev@jakarta.apache.org Received: (qmail 46075 invoked by uid 99); 7 Dec 2005 08:40:36 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2005 00:40:36 -0800 Received: by ajax.apache.org (Postfix, from userid 99) id 23BA0190; Wed, 7 Dec 2005 09:40:14 +0100 (CET) From: bugzilla@apache.org To: httpclient-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 37799] - IdleConnectionTimeoutThread cannot be shut down X-Bugzilla-Reason: AssignedTo Message-Id: <20051207084014.23BA0190@ajax.apache.org> Date: Wed, 7 Dec 2005 09:40:14 +0100 (CET) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=37799 ------- Additional Comments From olegk@apache.org 2005-12-07 09:40 ------- Actually shutdown() method should probably call interrupt(). Otherwise the thread will always block for at least 'timeoutInterval' milliseconds public synchronized void shutdown() { this.shutdown = true; + interrupt(); } Oleg -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpclient-dev-help@jakarta.apache.org