commit | a92480462ccb2db7f5268cb59eb815e7a7063fb6 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Jan 05 11:17:38 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Jan 05 11:23:59 2023 +0100 |
tree | 80eaca513c31b1109176e06589a9fdef4f33436a | |
parent | d9d36b8b6bb4d8180b54b24148292a43b08041ce [diff] |
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.