]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: Remove bytes_in and bytes_out counters from stream
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 4 Nov 2025 17:40:06 +0000 (18:40 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 6 Nov 2025 14:01:29 +0000 (15:01 +0100)
commit567df50d91b9e58961d785eccd8ac596ca526a22
treecbb034978c7fd8af2cf1a7922a05147281f47f70
parent1c62a6f501f477aadc4251d0d8e9da9f1307aaad
MINOR: stream: Remove bytes_in and bytes_out counters from stream

per-stream bytes_in and bytes_out counters was removed and replaced by
req.in and res.in. Coorresponding samples still exists but replies on new
counters.

This patch is related to issue #1617.
doc/configuration.txt
include/haproxy/stream-t.h
src/cli.c
src/http_ana.c
src/log.c
src/sample.c
src/stream.c