You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Paulex Yang (JIRA)" <ji...@apache.org> on 2007/03/28 12:07:32 UTC

[jira] Resolved: (HARMONY-617) [classlib][luni] HttpURLConnection does not support persistent connections

     [ https://issues.apache.org/jira/browse/HARMONY-617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paulex Yang resolved HARMONY-617.
---------------------------------

    Resolution: Fixed

Sian, thank you very much for this enhancement, luni7.patch is applied at revision r523254, please verify.

About the test cases, seems I didn't make myself clear, I meant there are two existing test cases for HttpURLConnection and HttpsURLConnection, and seems they are originated from same codes with the tests included in the patches, but the they are in different packages, one is o.a.h._luni_.test.blabla, another is o.a.h.test.blabla, so I supposed they can be merged. I've overwritten the original tests with the ones in the patch, and seems all tests can pass, please also verify if this is the right thing to do.

Alexander, please also help to verify the issue is fully resolved, thank you.

> [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: https-test.patch, luni.patch, luni2.patch, luni3.patch, luni4.patch, luni5.patch, luni6.patch, luni7.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.