]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: channel: Remove total field from channels
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Nov 2025 10:42:15 +0000 (11:42 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 6 Nov 2025 14:01:29 +0000 (15:01 +0100)
commita1b5325a7a98759b4190753ed9fd0e763d150a36
tree0f6446d871728610fbc10408a3a4ecac0f5a845b
parent1effe0fc0ab54ae3cc6c5e832276f3446f5d5eef
MINOR: channel: Remove total field from channels

The <total> field in the channel structure is now useless, so it can be
removed. The <bytes_in> field from the SC is used instead.

This patch is related to issue #1617.
include/haproxy/channel-t.h
include/haproxy/channel.h
src/applet.c
src/channel.c
src/cli.c
src/hq_interop.c
src/http_ana.c
src/stconn.c
src/stream.c