Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 83694 invoked from network); 12 Dec 2007 16:02:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Dec 2007 16:02:25 -0000 Received: (qmail 38170 invoked by uid 500); 12 Dec 2007 16:02:13 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 38119 invoked by uid 500); 12 Dec 2007 16:02:13 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 38108 invoked by uid 99); 12 Dec 2007 16:02:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Dec 2007 08:02:13 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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, 12 Dec 2007 16:02:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0FC5271422B for ; Wed, 12 Dec 2007 08:02:01 -0800 (PST) Message-ID: <17684188.1197475321054.JavaMail.jira@brutus> Date: Wed, 12 Dec 2007 08:02:01 -0800 (PST) From: "Sangjin Lee (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-3686) AsyncHttpClient does not reuse connection even if connections are persistent In-Reply-To: <4938698.1197050143500.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/GERONIMO-3686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551004 ] Sangjin Lee commented on GERONIMO-3686: --------------------------------------- It seems that a couple of added files were not committed: src/test/java/org/apache/ahc/ConnectionReuseTest.java src/main/java/org/apache/ahc/codec/SessionCache.java The build must be broken without them... Could you please add them? Thanks. > AsyncHttpClient does not reuse connection even if connections are persistent > ---------------------------------------------------------------------------- > > Key: GERONIMO-3686 > URL: https://issues.apache.org/jira/browse/GERONIMO-3686 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: AsyncHttpClient > Affects Versions: 1.x > Reporter: Sangjin Lee > Assignee: Rick McGuire > Attachments: 3686.patch > > > Each time AsyncHttpClient.sendRequest() is called, a new TCP connection is opened, even though connections may be kept alive per HTTP spec. If connections are kept open, they should be reused for more requests. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.