]> git.ipfire.org Git - thirdparty/haproxy.git/commit
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)
committerWilly Tarreau <w@1wt.eu>
Wed, 20 Oct 2021 15:54:27 +0000 (17:54 +0200)
commit6878f80427aa8befc6662d85caddb8affe799b9c
tree7005b72774a0a935934af6c1cfcc97b02e14f4ab
parentf766ec6b536725870db2ef48300c371c70c7dda0
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.
include/haproxy/resolvers.h
src/resolvers.c
src/server.c
src/stream.c