Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 25379 invoked from network); 15 Feb 2007 10:52:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Feb 2007 10:52:29 -0000 Received: (qmail 44958 invoked by uid 500); 15 Feb 2007 10:52:35 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 44938 invoked by uid 500); 15 Feb 2007 10:52:35 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 44780 invoked by uid 99); 15 Feb 2007 10:52:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Feb 2007 02:52:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Thu, 15 Feb 2007 02:52:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3A53E7141E9 for ; Thu, 15 Feb 2007 02:52:06 -0800 (PST) Message-ID: <28921507.1171536726236.JavaMail.jira@brutus> Date: Thu, 15 Feb 2007 02:52:06 -0800 (PST) From: "Sian January (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-617) [classlib][luni] HttpURLConnection does not support persistent connections 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/HARMONY-617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473344 ] Sian January commented on HARMONY-617: -------------------------------------- Have just started a thread on the dev list. It's called [jira] Commented: (HARMONY-617) [classlib][luni] HttpURLConnection does not support persistent connections. > [classlib][luni] HttpURLConnection does not support persistent connections > -------------------------------------------------------------------------- > > Key: HARMONY-617 > URL: https://issues.apache.org/jira/browse/HARMONY-617 > Project: Harmony > Issue Type: Bug > Components: Classlib > Reporter: Alexander Kleymenov > Assigned To: Paulex Yang > Attachments: luni.patch, luni2.patch, patch-test2.txt, test.patch > > > Current HttpURLConnection does not support persistent connections while RI implementation does. > Implementation of this mechanism will allow sufficiently increase the performance of network applications based on HttpURLConnections. To make Harmony's implementation more attractive for use this support SHALL be implemented. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.