uhliarik commented on PR #44:
URL: https://github.com/apache/apr/pull/44#issuecomment-1607292016

   > Ah, hmm. I think this is still incorrect. The proper way is to loop over 
the returned addresses until a connect() succeeds. e.g. this:
   > 
   > 
https://github.com/apache/httpd/blob/66254273e22a5b4051d15d7423b86a5d884b4ee5/modules/ssl/ssl_util_ocsp.c#L105
   
   Ohh, I thought this job is done in apr_sockaddr_info_get  --> find_addresses 
--> call_resolver():
   
   https://github.com/apache/apr/blob/trunk/network_io/unix/sockaddr.c#L446
   
   But this will only go through the list of addresses until the first 
AF_INET/AF_INET6 address is found. In case we pass hostname to it, it will 
indeed try only the first returned address which is not correct approach. I 
will to alter this patch and add the part where it will loop through all 
returned addresses until a connect() succeeds.


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

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

Reply via email to