]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] config: remove the limitation of 10 reqadd/rspadd statements
authorWilly Tarreau <w@1wt.eu>
Sun, 3 Jan 2010 20:03:22 +0000 (21:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 3 Jan 2010 20:22:14 +0000 (21:22 +0100)
commitdeb9ed8f60eccc0106988fa1cf34ab8e64145034
tree58133d823655b16a3c4796636a129a82a6de1176
parent97cb780e81c0e79be6224a0f42cc3268be3e7392
[MEDIUM] config: remove the limitation of 10 reqadd/rspadd statements

Now we use a linked list, there is no limit anymore.
include/common/defaults.h
include/common/mini-clist.h
include/types/proxy.h
src/cfgparse.c
src/haproxy.c
src/proto_http.c