Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
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().