]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http-rules: Add missing actions in http-after-response ruleset
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 5 Jan 2023 10:17:38 +0000 (11:17 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 5 Jan 2023 10:23:59 +0000 (11:23 +0100)
commita92480462ccb2db7f5268cb59eb815e7a7063fb6
tree80eaca513c31b1109176e06589a9fdef4f33436a
parentd9d36b8b6bb4d8180b54b24148292a43b08041ce
MINOR: http-rules: Add missing actions in http-after-response ruleset

This patch adds the support of following actions in the http-after-response
ruleset:

  * set-map, del-map and del-acl
  * set-log-level
  * sc-inc-gpc, sc-inc-gpc0 and set-inc-gpc1
  * sc-inc-gpt and sc-set-gpt0

This patch should solve the issue #1980.
doc/configuration.txt
src/http_act.c
src/stick_table.c
src/stream.c