diff options
author | Roman Arutyunyan <arut@nginx.com> | 2018-12-11 19:41:22 +0300 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2018-12-11 19:41:22 +0300 |
commit | 8e2949e56a13405a157e05b21aa4c4a5fa468335 (patch) | |
tree | 9bbdafc1a1104465b3cd428d554338d71dfff68c /src/os/win32/ngx_files.c | |
parent | 746fba0d79c6909e9e09b4d1cb9ddbf052ab545e (diff) | |
download | nginx-8e2949e56a13405a157e05b21aa4c4a5fa468335.tar.gz nginx-8e2949e56a13405a157e05b21aa4c4a5fa468335.zip |
Resolver: report SRV resolve failure if all A resolves failed.
Previously, if an SRV record was successfully resolved, but all of its A
records failed to resolve, NXDOMAIN was returned to the caller, which is
considered a successful resolve rather than an error. This could result in
losing the result of a previous successful resolve by the caller.
Now NXDOMAIN is only returned if at least one A resolve completed with this
code. Otherwise the error state of the first A resolve is returned.
Diffstat (limited to 'src/os/win32/ngx_files.c')
0 files changed, 0 insertions, 0 deletions