You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "James Wu (JIRA)" <ji...@apache.org> on 2013/07/22 09:50:50 UTC

[jira] [Created] (CXF-5144) JAX-RS Client Proxy-based API connection leak

James Wu created CXF-5144:
-----------------------------

             Summary: JAX-RS Client Proxy-based API connection leak
                 Key: CXF-5144
                 URL: https://issues.apache.org/jira/browse/CXF-5144
             Project: CXF
          Issue Type: Bug
          Components: JAX-RS
            Reporter: James Wu


JAX-RS Client Proxy-based API could not reuse the TCP connection, even though with keep-alive. The reason is the InputStream did not be closed when the response body had been handled in ClientProxyImpl.handleResponse(), so do Webclient.handleResponse().

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira