You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by "notroj (via GitHub)" <gi...@apache.org> on 2023/06/26 08:29:28 UTC

[GitHub] [apr] notroj commented on pull request #44: Fix socket creation when APR_UNSPEC is used

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

   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
   
   


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

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