haproxy/include
Willy Tarreau 8fed9037cd MEDIUM: stick-table: implement lookup from a sample fetch
Currently we have stktable_fetch_key() which fetches a sample according
to an expression and returns a stick table key, but we also need a function
which does only the second half of it from a known sample. So let's cut the
function in two and introduce smp_to_stkey() to perform this lookup. The
first function was adapted to make use of it in order to avoid code
duplication.
2014-07-10 16:43:44 +02:00
..
common BUG/MEDIUM: backend: Update hash to use unsigned int throughout 2014-07-08 22:00:21 +02:00
import
proto MEDIUM: stick-table: implement lookup from a sample fetch 2014-07-10 16:43:44 +02:00
types MEDIUM: listener: implement a per-protocol pause() function 2014-07-08 01:13:34 +02:00