]> git.ipfire.org Git - thirdparty/haproxy.git/commit
OPTIM/MINOR: move the hdr_idx pools out of the proxy struct
authorWilly Tarreau <w@1wt.eu>
Mon, 24 Oct 2011 16:15:04 +0000 (18:15 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 24 Oct 2011 16:15:04 +0000 (18:15 +0200)
commit34eb671f24a32c32afecf650dacf5cb2ccdae2bc
tree7d07f51f992936245d2add2456e299dade3cf353
parent9ed560e964b337f42ab46a7d16609b1f43178f78
OPTIM/MINOR: move the hdr_idx pools out of the proxy struct

It makes no sense to have one pointer to the hdr_idx pool in each proxy
struct since these pools do not depend on the proxy. Let's have a common
pool instead as it is already the case for other types.
include/proto/hdr_idx.h
include/types/proxy.h
src/cfgparse.c
src/frontend.c
src/haproxy.c
src/hdr_idx.c
src/proxy.c
src/session.c