]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: actions: Merge (http|tcp)-(request|reponse) action structs
authorThierry FOURNIER <tfournier@arpalert.org>
Tue, 4 Aug 2015 17:35:46 +0000 (19:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 20 Aug 2015 15:13:46 +0000 (17:13 +0200)
commita28a9429b26279e5fefc0d74668050658006e57b
tree4b2671853865942475f48462ffa12d5fc7e7bf77
parentb2f8f087fcd5bb3670ad4ff5d383398cc93ba8ab
MEDIUM: actions: Merge (http|tcp)-(request|reponse) action structs

This patch is the first of a serie which merge all the action structs. The
function "tcp-request content", "tcp-response-content", "http-request" and
"http-response" have the same values and the same process for some defined
actions, but the struct and the prototype of the declared function are
different.

This patch try to unify all of these entries.
include/proto/proto_http.h
include/types/action.h [new file with mode: 0644]
include/types/proto_http.h
include/types/proto_tcp.h
src/cfgparse.c
src/haproxy.c
src/hlua.c
src/proto_http.c
src/proto_tcp.c
src/stick_table.c
src/vars.c