Return-Path: Delivered-To: apmail-jakarta-httpcomponents-dev-archive@www.apache.org Received: (qmail 57670 invoked from network); 16 May 2007 21:14:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 May 2007 21:14:38 -0000 Received: (qmail 27212 invoked by uid 500); 16 May 2007 21:14:43 -0000 Delivered-To: apmail-jakarta-httpcomponents-dev-archive@jakarta.apache.org Received: (qmail 27188 invoked by uid 500); 16 May 2007 21:14:43 -0000 Mailing-List: contact httpcomponents-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list httpcomponents-dev@jakarta.apache.org Received: (qmail 27179 invoked by uid 99); 16 May 2007 21:14:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2007 14:14:43 -0700 X-ASF-Spam-Status: No, hits=-99.9 required=10.0 tests=ALL_TRUSTED,SUBJECT_NOVOWEL X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2007 14:14:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 26C4171406B for ; Wed, 16 May 2007 14:14:16 -0700 (PDT) Message-ID: <26449226.1179350056139.JavaMail.jira@brutus> Date: Wed, 16 May 2007 14:14:16 -0700 (PDT) From: "Oleg Kalnichevski (JIRA)" To: httpcomponents-dev@jakarta.apache.org Subject: [jira] Resolved: (HTTPCORE-75) DefaultNHttpServerConnection does not correctly close the i/o session when closed In-Reply-To: <1710998.1179338418630.JavaMail.jira@brutus> 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-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCORE-75. --------------------------------------- Resolution: Fixed Good catch. Many thanks for contributing the patch. Patch checked in. Oleg > DefaultNHttpServerConnection does not correctly close the i/o session when closed > --------------------------------------------------------------------------------- > > Key: HTTPCORE-75 > URL: https://issues.apache.org/jira/browse/HTTPCORE-75 > Project: HttpComponents Core > Issue Type: Bug > Components: HttpCore NIO > Affects Versions: 4.0-alpha4 > Reporter: Steffen Pingel > Fix For: 4.0-alpha5 > > Attachments: httpcore-nio-close-connection.patch > > > If a response has a body DefaultNHttpServerConnection does not close the connection when the encoder has completed. A similar problem exists in BufferingHttpServiceHandler which does not close the connection if the a response has no entity. -- 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: httpcomponents-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpcomponents-dev-help@jakarta.apache.org