mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-16 22:31:42 +01:00
[MINOR] config: indicate that timeout appsession should not be used
This commit is contained in:
parent
f2432b0c80
commit
e032a767b0
@ -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…
x
Reference in New Issue
Block a user