]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: actions: change actions names
authorThierry FOURNIER <tfournier@arpalert.org>
Wed, 5 Aug 2015 17:05:19 +0000 (19:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 20 Aug 2015 15:13:47 +0000 (17:13 +0200)
commit0ea5c7fafa2b996a7524a6709099df73c85540de
tree0350b58479ba1e07af988df373bec6fcb9fcbcf6
parent91f6ba0f2c5574ff6d21467aaca54145e77ca86f
MINOR: actions: change actions names

For performances considerations, some actions are not processed by remote
function. They are directly processed by the function. Some of these actions
does the same things but for different processing part (request / response).

This patch give the same name for the same actions, and change the normalization
of the other actions names.

This patch is ONLY a rename, it doesn't modify the code.
include/proto/proto_http.h
include/proto/proto_tcp.h
include/types/action.h
src/cfgparse.c
src/hlua.c
src/proto_http.c
src/proto_tcp.c