MINOR: tree-wide: Replace several chn_cons() by the corresponding SC
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 13 Apr 2023 14:37:37 +0000 (16:37 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 13:04:03 +0000 (15:04 +0200)
commit64350bbf0505d88c4e30399d9b852e5ad8ae0d2b
tree7c5b4aab9a14726e39cca9830363315e1a6f0195
parentb2b1c3a6ea1fca4f7a736c068463205a8ff02ecc
MINOR: tree-wide: Replace several chn_cons() by the corresponding SC

At many places, call to chn_cons() can be easily replaced by the
corresponding SC. It is a bit easier to understand which side is
manipulated.
src/backend.c
src/cli.c
src/http_ana.c
src/stconn.c
src/stream.c