From 875bbaa7fc2986e1c0c026b2819f2d2c4d423cca Mon Sep 17 00:00:00 2001 From: Amaury Denoyelle Date: Wed, 7 Jan 2026 13:24:54 +0100 Subject: [PATCH] MINOR: cfgparse: remove duplicate "force-persist" in common kw list "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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cfgparse-listen.c b/src/cfgparse-listen.c index b47e587f4..17bb88404 100644 --- a/src/cfgparse-listen.c +++ b/src/cfgparse-listen.c @@ -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",