arturobernalg opened a new pull request, #527:
URL: https://github.com/apache/httpcomponents-client/pull/527

   This pull request adds a new implementation of the Happy Eyeballs algorithm 
for asynchronous client connections in Apache's HttpClient component. The new 
implementation, HappyEyeballsV2AsyncClientConnectionOperator, builds on the 
previous version by improving support for IPv6 and providing more fine-grained 
control over connection timing.
   
   The changes include:
   
       Addition of HappyEyeballsV2AsyncClientConnectionOperator class and 
related test classes
       Modifications to existing code to use the new operator where appropriate
       Documentation updates
       Allow activate HappyEyeballsV2Async via Fast Fallback var in 
PoolingAsyncClientConnectionManagerBuilder.java
   
   


-- 
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