uhliarik opened a new pull request, #44:
URL: https://github.com/apache/apr/pull/44

   When APR_UNSPEC is used, socket family is automaticaly set to APR_INET6 in 
apr_socket_create() and therefore if apr_sockaddr_info_get() finds out that the 
given address is in IPv4 format, it fails when calling apr_socket_connect(). So 
we first call apr_sockaddr_info_get() to get info about addr family and then 
pass it to apr_socket_create().


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