]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: proxy: register a post-section cleanup function
authorWilly Tarreau <w@1wt.eu>
Fri, 11 Jul 2025 06:58:48 +0000 (08:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 15 Jul 2025 08:40:17 +0000 (10:40 +0200)
commitabcc73830f1c29cfb3cc7a85bfb091a30113baa5
tree96899669abca3ca2f7b4732cb4a5607cd8d9d96e
parent49a619acae49321681b8e1b2b42d480a6a75ef46
MEDIUM: proxy: register a post-section cleanup function

For listen/frontend/backend, we now want to be able to clean up the
default-server directive that's no longer used past the end of the
section. For this we register a post-section function and perform the
cleanup there.
src/proxy.c