]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stconn: Add counters to SC to know number of bytes received and sent
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 4 Nov 2025 16:46:10 +0000 (17:46 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 6 Nov 2025 14:01:28 +0000 (15:01 +0100)
commit629fbbce19482879110c1ff13e37ccbcefde9f1d
tree0542d3d60506e9522fae0c643ab07b12e8875b5e
parent094baa1cc003623839b660d87cfdded593902253
MINOR: stconn: Add counters to SC to know number of bytes received and sent

<bytes_in> and <bytes_out> counters were added to SC to count, respectively,
the number of bytes received from an endpoint or sent to an endpoint. These
counters are updated for connections and applets.

This patch is related to issue #1617.
include/haproxy/stconn-t.h
src/stconn.c
src/stream.c