Return-Path: Delivered-To: apmail-hc-dev-archive@www.apache.org Received: (qmail 349 invoked from network); 7 Mar 2008 20:13:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2008 20:13:23 -0000 Received: (qmail 85818 invoked by uid 500); 7 Mar 2008 20:13:07 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 85761 invoked by uid 500); 7 Mar 2008 20:13:06 -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 85746 invoked by uid 99); 7 Mar 2008 20:13:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2008 12:13:06 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2008 20:12:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 559AC234C091 for ; Fri, 7 Mar 2008 12:11:46 -0800 (PST) Message-ID: <419156047.1204920706349.JavaMail.jira@brutus> Date: Fri, 7 Mar 2008 12:11:46 -0800 (PST) From: "Oleg Kalnichevski (JIRA)" To: dev@hc.apache.org Subject: [jira] Resolved: (HTTPCORE-92) NIO ChunkEncoder does not flush the session output buffer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HTTPCORE-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCORE-92. --------------------------------------- Resolution: Fixed Andrea, There were still problems with the patch. But I just did not want to torture anymore. Patch committed with some changes. Oleg > NIO ChunkEncoder does not flush the session output buffer > --------------------------------------------------------- > > Key: HTTPCORE-92 > URL: https://issues.apache.org/jira/browse/HTTPCORE-92 > Project: HttpComponents HttpCore > Issue Type: Improvement > Components: HttpCore NIO > Reporter: Oleg Kalnichevski > Fix For: 4.0-beta2 > > Attachments: fix2_92.patch, fix3_92.patch, fix4_92.patch, possiblefix_92.patch, write_reworked.txt > > > Present implementation of the NIO ChunkEncoder is over-simplistic. It always expands the session output buffer to store more content instead of trying to free up space by flushing the buffered content. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org