KNOWN_BUGS: 10.2 Does not acknowledge getaddrinfo sorting policy

Closes #16718
Closes #17861
This commit is contained in:
Daniel Stenberg 2025-07-08 12:47:58 +02:00
parent ac8271d020
commit 6654e770ce
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -68,6 +68,7 @@ problems may have been fixed or changed somewhat since this was written.
10. Connection
10.1 --interface with link-scoped IPv6 address
10.2 Does not acknowledge getaddrinfo sorting policy
11. Internals
11.1 gssapi library name + version is missing in curl_version_info()
@ -451,6 +452,13 @@ problems may have been fixed or changed somewhat since this was written.
https://github.com/curl/curl/issues/14782
10.2 Does not acknowledge getaddrinfo sorting policy
Even if a user edits /etc/gai.conf to prefer IPv4, curl still prefers and
tries IPv6 adresses first.
https://github.com/curl/curl/issues/16718
11. Internals
11.1 gssapi library name + version is missing in curl_version_info()