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

Daniel Kulp resolved CXF-929.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.2
         Assignee: Daniel Kulp


The HttpsURLConnectionFactory was creating a new SSLSession and 
SSLSocketFactory for every request.   Thus, information in the session (like 
the keys and such) that were previously negotiated were then invalid and new 
connections were required.



> Https connections recreated for each request
> --------------------------------------------
>
>                 Key: CXF-929
>                 URL: https://issues.apache.org/jira/browse/CXF-929
>             Project: CXF
>          Issue Type: Bug
>          Components: Transports
>    Affects Versions: 2.0.1
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: 2.0.2
>
>
> It looks like the Https connections are being recreated for each request 
> which is causing about a 1 second handshake delay per request.       The 
> Https stuff needs to honor keep-alives and such to make subsequent requests 
> faster.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to