]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: actions: Merge (http|tcp)-(request|reponse) keywords structs
authorThierry FOURNIER <tfournier@arpalert.org>
Wed, 19 Aug 2015 07:01:53 +0000 (09:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 20 Aug 2015 15:13:47 +0000 (17:13 +0200)
commit36481b86675f74c1ddc817cfbc1bc38682f78d1c
tree75bc5dcc1f1ed79828a227a4dd8a2530e1b0525d
parent24ff6c6fce1a2b367fda9ff79f249220d5152c79
MEDIUM: actions: Merge (http|tcp)-(request|reponse) keywords structs

This patch merges the conguration keyword struct. Each declared configuration
keyword struct are similar with the others. This patch simplify the code.
include/proto/proto_http.h
include/proto/proto_tcp.h
include/types/action.h
include/types/proto_http.h
include/types/proto_tcp.h
src/hlua.c
src/proto_http.c
src/proto_tcp.c
src/vars.c