]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: cfgparse: remove duplicate "force-persist" in common kw list quic-interop flx05/master flx05/quic-interop
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 7 Jan 2026 12:24:54 +0000 (13:24 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 9 Jan 2026 15:45:54 +0000 (16:45 +0100)
"force-persist" proxy keyword is listed twice in common_kw_list. This
patch removes the duplicated occurence.

This could be backported up to 2.4.

src/cfgparse-listen.c

index b47e587f40a179132c77bd6469102460c17d1a4b..17bb8840493af9e977d4224fcfc0f431ba142de2 100644 (file)
@@ -48,7 +48,7 @@ static const char *common_kw_list[] = {
        "server-state-file-name", "max-session-srv-conns", "capture",
        "retries", "http-request", "http-response", "http-after-response",
        "http-send-name-header", "block", "redirect", "use_backend",
-       "use-server", "force-persist", "ignore-persist", "force-persist",
+       "use-server", "force-persist", "ignore-persist",
        "stick-table", "stick", "stats", "option", "default_backend",
        "http-reuse", "monitor", "transparent", "maxconn", "backlog",
        "fullconn", "dispatch", "balance", "hash-type",