]> git.kaiwu.me - haproxy.git/commit
MAJOR: stick-tables: remove key storage from the key struct
authorThierry FOURNIER <tfournier@arpalert.org>
Fri, 24 Jul 2015 17:31:59 +0000 (19:31 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 20 Aug 2015 15:13:47 +0000 (17:13 +0200)
commit7e25df3f17142259fa623a525b7a28866acb9b28
treeea6a9ff05e753d21c19a381680cb4d365d78105b
parent5d24ebc3d70e7a0316d0954777a5f75a64fe7ac5
MAJOR: stick-tables: remove key storage from the key struct

Now, the key struct only points to the storage provided by the
sample as input.
include/proto/proto_tcp.h
include/types/stick_table.h
src/haproxy.c
src/stick_table.c
src/stream.c