MEDIUM: resolvers: remove the last occurrences of the "safe" argument
authorWilly Tarreau <w@1wt.eu>
Wed, 20 Oct 2021 12:07:31 +0000 (14:07 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 3 Nov 2021 14:41:56 +0000 (15:41 +0100)
commitd5de3595a6775757861199be6884cc5f230be0be
tree83669b4a0511601e1d7c8301695e82d86faa97d6
parent810e1c03ce2b33caf88478e65d292c5d55a7f4b2
MEDIUM: resolvers: remove the last occurrences of the "safe" argument

This one was used to indicate whether the callee had to follow particularly
safe code path when removing resolutions. Since the code now uses a kill
list, this is not needed anymore.

(cherry picked from commit 6878f80427aa8befc6662d85caddb8affe799b9c)
Signed-off-by: Willy Tarreau <w@1wt.eu>
(cherry picked from commit 33360872d1c56a1cc283ba79c736a71bcf7ce464)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
include/haproxy/dns.h
src/dns.c
src/server.c
src/stream.c