arturobernalg commented on code in PR #598:
URL: 
https://github.com/apache/httpcomponents-client/pull/598#discussion_r1844995936


##########
httpclient5/src/main/java/org/apache/hc/client5/http/impl/nio/MultihomeIOSessionRequester.java:
##########
@@ -129,7 +129,7 @@ public void cancelled() {
 
             void executeNext() {
                 final int index = attempt.getAndIncrement();
-                final InetSocketAddress remoteAddress = new 
InetSocketAddress(remoteAddresses[index], remoteEndpoint.getPort());
+                final InetSocketAddress remoteAddress = (InetSocketAddress) 
remoteAddresses.get(index);

Review Comment:
   @ok2c I don't know what happened. I  just removed. 
   



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