Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C9AEAD10D for ; Tue, 11 Dec 2012 13:45:23 +0000 (UTC) Received: (qmail 88797 invoked by uid 500); 11 Dec 2012 13:45:23 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 88593 invoked by uid 500); 11 Dec 2012 13:45:23 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 88557 invoked by uid 99); 11 Dec 2012 13:45:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2012 13:45:21 +0000 Date: Tue, 11 Dec 2012 13:45:21 +0000 (UTC) From: "Oleg Kalnichevski (JIRA)" To: dev@hc.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HTTPCLIENT-1259) Calling abort() on DecompressingHttpClient does nothing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HTTPCLIENT-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-1259. ------------------------------------------- Resolution: Fixed Clinton I believe the issue has been resolved by the latest changes in the SVN trunk. Could you please re-test your application against the latest snapshot and let me know if the problem still persists? Please note DecompressingHttpClient has been deprecated in 4.3, so you will have to migrate your code to the new APIs in order to be able to test the fix. Oleg > Calling abort() on DecompressingHttpClient does nothing > ------------------------------------------------------- > > Key: HTTPCLIENT-1259 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1259 > Project: HttpComponents HttpClient > Issue Type: Bug > Components: HttpClient > Affects Versions: 4.2.1 > Reporter: Clinton Nielsen > Fix For: 4.3 Alpha1 > > > When DefaultHttpClient is wrapped in a DecompressingHttpClient, calling abort() on the HttpUriRequest does nothing because DecompressingHttpClient wraps the HttpUriRequest object in a RequestWrapper, causing the DefaultRequestDirector to not assign objects to the releaseTrigger and the connectionRequest. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org