mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-14 21:31:00 +01:00
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.
This commit is contained in:
parent
46088b7ad0
commit
875bbaa7fc
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user