commit | 6b117aed492d9916a5c656b4fbfcac6159133c0f | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Mar 11 18:06:23 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Mar 12 17:41:28 2021 +0100 |
tree | f1c11fd2f0ccca1c62e5c676681fe890a700e877 | |
parent | 5efdef24c1753d7a68d1f6c8dc8cb6b4b84a3361 [diff] |
MINOR: resolvers: Directly call srvrq_update_srv_state() when possible When the server status must be updated from the result of a SRV resolution, we can directly call srvrq_update_srv_state(). It is simpler and this avoid a test on the server DNS resolution. This patch is mandatory for the next commit. It also rely on "MINOR: resolvers: Directly call srvrq_update_srv_state() when possible".