[GitHub] [apr] notroj commented on pull request #44: F ix socket creation when APR_UNSPEC is used
notroj (via GitHub) <[email protected]>
| Newsgroups | gmane.comp.apache.apr.devel |
|---|---|
| Message-ID | <PR_kwDOAAJ05c5Tye6z-62fb9434-f180-4a57-8ca2-4fbfc8557f84@gitbox.apache.org> |
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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]