commit | bbeec37b3189d8132e9faeea60285bdb0eefcf26 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue Aug 16 18:11:25 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Aug 17 10:52:15 2022 +0200 |
tree | af32d007138e7f00c0fd2bff8467523f6427b861 | |
parent | cc1a2a1867382e2a823612c9a161a45ac2c56352 [diff] |
MINOR: stick-table: Add table_expire() and table_idle() new converters table_expire() returns the expiration delay for a stick-table entry associated to an input sample. Its counterpart table_idle() returns the time the entry remained idle since the last time it was updated. Both converters may take a default value as second argument which is returned when the entry is not present.