nginx/src
Roman Arutyunyan 8e2949e56a 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.
2018-12-11 19:41:22 +03:00
..
core Resolver: report SRV resolve failure if all A resolves failed. 2018-12-11 19:41:22 +03:00
event Core: ngx_explicit_memzero(). 2018-11-15 21:28:02 +03:00
http Copy regex unnamed captures to cloned subrequests. 2018-12-11 13:09:00 +03:00
mail SSL: deprecated the "ssl" directive. 2018-04-25 14:57:24 +03:00
misc Style: aligned ngx_null_command. 2017-07-12 11:34:04 +03:00
os Fixed NGX_TID_T_FMT format specification for uint64_t. 2018-07-22 04:03:40 +03:00
stream Negative size buffers detection. 2018-11-26 18:29:56 +03:00