reta commented on code in PR #2571: URL: https://github.com/apache/cxf/pull/2571#discussion_r2300713394
########## rt/transports/http/src/main/java/org/apache/cxf/transport/http/HttpClientHTTPConduit.java: ########## @@ -125,10 +125,18 @@ private static final class RefCount<T extends HttpClient> { this.policy = policy; this.clientParameters = clientParameters; this.finalizer = finalizer; + this.count = new AtomicLong(1); } RefCount<T> acquire() { Review Comment: Thanks, this is also possible implementation 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