mirror of https://git.musl-libc.org/git/musl
Browse Source
previously, all failures to obtain at least one address were treated as nonexistant names (EAI_NONAME). this failed to account for the possibility of transient failures (no response at all, or a response with rcode of 2, server failure) or permanent failures that do not indicate the nonexistence of the requested name. only an rcode of 3 should be treated as an indication of nonexistence.master
1 changed files with 4 additions and 1 deletions
Loading…
Reference in new issue