mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-16 21:11:46 -04:00
[MINOR] config: indicate that timeout appsession should not be used
This commit is contained in:
parent
f2432b0c80
commit
e032a767b0
1 changed files with 2 additions and 0 deletions
|
|
@ -128,6 +128,8 @@ static int proxy_parse_timeout(char **args, int section, struct proxy *proxy,
|
|||
td = &defpx->timeout.check;
|
||||
cap = PR_CAP_BE;
|
||||
} else if (!strcmp(args[0], "appsession")) {
|
||||
snprintf(err, errlen, "undocumented 'timeout appsession' may not do what you think and will be removed in next version");
|
||||
retval = 1;
|
||||
tv = &proxy->timeout.appsession;
|
||||
td = &defpx->timeout.appsession;
|
||||
cap = PR_CAP_BE;
|
||||
|
|
|
|||
Loading…
Reference in a new issue