reta commented on code in PR #2395:
URL: https://github.com/apache/cxf/pull/2395#discussion_r2083223705


##########
rt/transports/http/src/main/java/org/apache/cxf/transport/http/HttpClientHTTPConduit.java:
##########
@@ -352,7 +352,6 @@ protected void setupConnection(Message message, Address 
address, HTTPClientPolic
         if (sslURL != null && isSslTargetDifferent(sslURL, uri)) {
             sslURL = null;
             if (clientRef != null) {
-                clientRef.release();

Review Comment:
   This is a client leak, not an option



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to