arturobernalg commented on code in PR #430:
URL:
https://github.com/apache/httpcomponents-client/pull/430#discussion_r1160748793
##
httpclient5/src/main/java/org/apache/hc/client5/http/impl/routing/FailoverProxySelector.java:
##
@@ -0,0 +1,127 @@
+/*
+ * ===
dependabot[bot] commented on PR #395:
URL:
https://github.com/apache/httpcomponents-core/pull/395#issuecomment-1500363661
Superseded by #400.
--
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
dependabot[bot] opened a new pull request, #400:
URL: https://github.com/apache/httpcomponents-core/pull/400
Bumps
[docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from
0.31.0 to 0.42.1.
Release notes
Sourced from https://github.com/fabric8io/docker-maven-pl
dependabot[bot] closed pull request #395: Bump docker-maven-plugin from 0.31.0
to 0.42.0
URL: https://github.com/apache/httpcomponents-core/pull/395
--
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 t
arturobernalg commented on PR #428:
URL:
https://github.com/apache/httpcomponents-client/pull/428#issuecomment-150098
Hi @rschmitt
just wanted to let you know that I have implemented Destination Address
Selection and improved the handling of async connections in
HappyEyeballsV2Asyn
rschmitt commented on code in PR #428:
URL:
https://github.com/apache/httpcomponents-client/pull/428#discussion_r1161038232
##
httpclient5/src/main/java/org/apache/hc/client5/http/impl/nio/InetAddressComparator.java:
##
@@ -0,0 +1,470 @@
+/*
+ *