MINOR: server: Remove cached line from global server-state tree when found
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 16 Feb 2021 08:58:01 +0000 (09:58 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 25 Feb 2021 09:02:39 +0000 (10:02 +0100)
commitf4d1da90c2e85a1dfd36c87bbcd724ca8b1e2970
tree546511d564d640829bcba8b21ffe5fdc954f9bbb
parentecfb9b9109ff803740153489f8571eec81dc8783
MINOR: server: Remove cached line from global server-state tree when found

When a server for a given backend is found in the tree containing all lines
of the global server-state file, the node is removed from the tree. It is
useless to keep it longer. It is a small improvement, but it may also be
usefull to track the orphan lines (not used for now).
src/server.c