commit | 1da374af2f98c0a5e41e6d99553d74426a45ffe0 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Jun 25 14:46:02 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Jun 25 16:11:53 2021 +0200 |
tree | d6438551ed6aae7469cbb6506b6a935c71101456 | |
parent | 551a641cff24af548218dc7fff5c3990dc774a30 [diff] |
MINOR: http-act/tcp-act: Add "set-nice" for tcp content rules It is now possible to set the "nice" factor of the current stream from a "tcp-request content" or "tcp-response content" ruleset. To do so, the action parsing is moved in stream.c and the action evaluation is handled in a dedicated function. This patch may be backported as far as 2.2 if necessary.