]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] session counters: automatically remove expired entries.
authorWilly Tarreau <w@1wt.eu>
Tue, 3 Aug 2010 18:34:06 +0000 (20:34 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 10 Aug 2010 16:04:15 +0000 (18:04 +0200)
commitf6efda11891078ed8d2eb747e5cfed62a7c764ec
treec457137c65f88cb000c0852dd7bd54e1043a0157
parentd1f9652d902fc6849c65792e20ef5ffe15863145
[MEDIUM] session counters: automatically remove expired entries.

When a ref_cnt goes down to zero and the entry is expired, remove it.
include/proto/session.h
include/proto/stick_table.h
src/dumpstats.c
src/stick_table.c