]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: resolvers: Clean server in a dedicated function when removing a SRV item
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 15 Jun 2021 14:08:48 +0000 (16:08 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 17 Jun 2021 14:52:35 +0000 (16:52 +0200)
commit11c6c396560107ac892a553bfa0dada222823b1c
treef220bd34d3399d7df59022a8f74505f52e5973fc
parentc7b391aed21f384ac38b9f2f98239c5f1cdd1895
MINOR: resolvers: Clean server in a dedicated function when removing a SRV item

A dedicated function is now used to clean up servers when a SRV item becomes
obsolete or when a requester is removed from a resolution. This patch is
mandatory to fix a bug.
src/resolvers.c