[MINOR] cookie: add options "maxidle" and "maxlife"
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2010 14:59:56 +0000 (16:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 30 Oct 2010 17:04:32 +0000 (19:04 +0200)
commit3193685865c95c43cfbf1f26b70af8678e9b1bd3
tree0843c226b22d07dae3814d70dec76946cb465b3f
parent2be1b3f77142fb5dc09730a81da91d5204ef8880
[MINOR] cookie: add options "maxidle" and "maxlife"

Add two new arguments to the "cookie" keyword, to be able to
fix a max idle and max life on them. Right now only the parameter
parsing is implemented.
(cherry picked from commit 9ad5dec4c3bb8f29129f292cb22d3fc495fcc98a)
include/types/proxy.h
src/cfgparse.c