mirror of https://github.com/c-ares/c-ares.git
When using ares_getaddrinfo() with PF_UNSPEC, if a DNS server returned good data on an A record, followed by bad data on an AAAA record, the good record would be thrown away and an error returned. If we got a good response from one of the two queries, regardless of the order returned, we should honor that. Fix By: Dmitry Karpov (dkarpov@roku.com) Signed Off By: Brad House (@bradh352)pull/465/head
parent
77adcc5e51
commit
7eb399a83c
1 changed files with 10 additions and 1 deletions
Loading…
Reference in new issue