mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue