ok2c commented on code in PR #726:
URL: 
https://github.com/apache/httpcomponents-client/pull/726#discussion_r2359610900


##########
httpclient5/src/main/java/org/apache/hc/client5/http/impl/io/PoolingHttpClientConnectionManager.java:
##########
@@ -702,11 +712,14 @@ public void setValidateAfterInactivity(final TimeValue 
validateAfterInactivity)
     static class InternalConnectionEndpoint extends ConnectionEndpoint 
implements ConnectionHolder, Identifiable {
 
         private final AtomicReference<PoolEntry<HttpRoute, 
ManagedHttpClientConnection>> poolEntryRef;
+        private final OffLockDisposalCallback<ManagedHttpClientConnection> 
disposer;

Review Comment:
   @arturobernalg This should no longer be necessary



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to