MINOR: stick-table: add sc-add-gpc() to http-after-response
authorAurelien DARRAGON <adarragon@haproxy.com>
Fri, 17 Mar 2023 10:28:58 +0000 (11:28 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 17 Mar 2023 12:09:09 +0000 (13:09 +0100)
commite2907c7ee370dd39aed2c94edb51b8cb90e400ed
tree834fff59f56d658e11ac1b5497ccf7c5e00411e5
parentca07979b978ed683b96d0ec99073c7cb972fd022
MINOR: stick-table: add sc-add-gpc() to http-after-response

sc-add-gpc() was implemented in 5a72d03 ("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, unless 5a72d03 ("MINOR: stick-table: implement the
sc-add-gpc() action") is being backported.
src/stick_table.c