mirror of
https://github.com/curl/curl.git
synced 2026-05-30 05:07:28 +03:00
KNOWN_BUGS: 10.2 Does not acknowledge getaddrinfo sorting policy
Closes #16718 Closes #17861
This commit is contained in:
parent
ac8271d020
commit
6654e770ce
1 changed files with 8 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue