[MINOR] config: indicate that timeout appsession should not be used

This commit is contained in:
Willy Tarreau 2010-01-28 10:45:55 +01:00
parent f2432b0c80
commit e032a767b0

View File

@ -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;