tippl commented on PR #555:
URL: 
https://github.com/apache/httpcomponents-client/pull/555#issuecomment-2004560033

   > One can subclass `PoolingHttpClientConnectionManager` and pass a custom 
`HttpClientConnectionOperator` through the protected super constructor.
   
   Is there a reason for not being able to add the 
`HttpClientConnectionOperator` to the builder?
   
   To me it feels counterproductive. Past several releases of this library have 
been focused on making the Builder be the main/only way to create a 
`PoolingHttpClientConnectionManager`. Adding an useful feature that is locked 
behind not being able to use the Builder at all, having to extend the 
`PoolingHttpClientConnectionManager`, and then configuring it all manually 
without the builder feels like a step back.


-- 
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...@hc.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to