MINOR: tree-wide: Replace several chn_prod() by the corresponding SC
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 13 Apr 2023 14:44:18 +0000 (16:44 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 13:06:04 +0000 (15:06 +0200)
commit214f1b5c16a691a428614ed103535e719a7d384e
tree1bee347ed5023001e7591a109c198468b21db390
parent64350bbf0505d88c4e30399d9b852e5ad8ae0d2b
MINOR: tree-wide: Replace several chn_prod() by the corresponding SC

At many places, call to chn_prod() can be easily replaced by the
corresponding SC. It is a bit easier to understand which side is
manipulated.
src/cli.c
src/http_act.c
src/http_ana.c
src/stats.c
src/tcp_rules.c