commit | 551a641cff24af548218dc7fff5c3990dc774a30 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Jun 25 14:35:29 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Jun 25 16:11:46 2021 +0200 |
tree | 0e70a81c288d666b5542627bdfdaa91ab04d325d | |
parent | fa5880bd539b9069fd1b139d32cffae2bb3c2c3c [diff] |
MINOR: http-act/tcp-act: Add "set-log-level" for tcp content rules It is now possible to set the stream log level 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 should fix issue #1306. It may be backported as far as 2.2 if necessary.