httpcomponents-client
httpcomponents-client copied to clipboard
Implement HappyEyeballsV2AsyncClientConnectionOperator
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
I guess this implements https://issues.apache.org/jira/browse/HTTPCLIENT-2178?
I guess this implements https://issues.apache.org/jira/browse/HTTPCLIENT-2178?
Yes.