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 2DBE041C9 for ; Mon, 27 Jun 2011 12:37:12 +0000 (UTC) Received: (qmail 11278 invoked by uid 500); 27 Jun 2011 12:37:11 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 11244 invoked by uid 500); 27 Jun 2011 12:37:11 -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 11236 invoked by uid 99); 27 Jun 2011 12:37:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jun 2011 12:37:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jun 2011 12:37:08 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 750CE433522 for ; Mon, 27 Jun 2011 12:36:47 +0000 (UTC) Date: Mon, 27 Jun 2011 12:36:47 +0000 (UTC) From: "Asankha C. Perera (JIRA)" To: dev@hc.apache.org Message-ID: <1232757396.43551.1309178207476.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1020159654.43544.1309178087398.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HTTPCORE-262) Enhance the ChunkDecoder to be a FileContentDecoder MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HTTPCORE-262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Asankha C. Perera updated HTTPCORE-262: --------------------------------------- Attachment: HTTPCORE-262-first.patch This patch is to share the first cut of this implementation and unit test updates for initial review and feedback, and should not be considered as complete or final The feature is suggested for 4.2-alpha1 > Enhance the ChunkDecoder to be a FileContentDecoder > --------------------------------------------------- > > Key: HTTPCORE-262 > URL: https://issues.apache.org/jira/browse/HTTPCORE-262 > Project: HttpComponents HttpCore > Issue Type: Improvement > Components: HttpCore NIO > Affects Versions: 4.1.1 > Reporter: Asankha C. Perera > Assignee: Asankha C. Perera > Priority: Minor > Fix For: 4.2-alpha1 > > Attachments: HTTPCORE-262-first.patch > > > The current ChunkDecoder needs to buffer responses through memory as it does not implement the FileContentDecoder interface to support zero copy. This issue will track a possible enhancement proposed to allow the ChunkDecoder to be a FileContentDecoder. -- This message is automatically generated by JIRA. 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