mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-29 14:28:03 +00:00
MINOR: stick-table: add sc-add-gpc() to http-after-response
sc-add-gpc() was implemented in5a72d03
("MINOR: stick-table: implement the sc-add-gpc() action") This new action was exposed everywhere sc-inc-gpc() is available, except for http-after-response. But there doesn't seem to be a technical constraint that prevents us from exposing it in http-after-response. It was probably overlooked, let's add it. No backport needed, unless5a72d03
("MINOR: stick-table: implement the sc-add-gpc() action") is being backported.
This commit is contained in:
parent
ca07979b97
commit
e2907c7ee3
@ -5326,6 +5326,7 @@ static struct action_kw_list http_res_kws = { { }, {
|
||||
INITCALL1(STG_REGISTER, http_res_keywords_register, &http_res_kws);
|
||||
|
||||
static struct action_kw_list http_after_res_kws = { { }, {
|
||||
{ "sc-add-gpc", parse_add_gpc, KWF_MATCH_PREFIX },
|
||||
{ "sc-inc-gpc", parse_inc_gpc, KWF_MATCH_PREFIX },
|
||||
{ "sc-inc-gpc0", parse_inc_gpc, KWF_MATCH_PREFIX },
|
||||
{ "sc-inc-gpc1", parse_inc_gpc, KWF_MATCH_PREFIX },
|
||||
|
Loading…
Reference in New Issue
Block a user