]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DEBUG: stream: Fix stream trace message to print response buffer state
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 8 Mar 2022 14:48:55 +0000 (15:48 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 8 Mar 2022 17:31:44 +0000 (18:31 +0100)
commit5ce1299c643543c9b17b4124b299feb3caf63d9e
tree88e0032ff89286307afb2ec6611824eb3699d8c6
parent5001913033d64203cb49e652e2a925a7e2830b83
DEBUG: stream: Fix stream trace message to print response buffer state

Channels buffer state is displayed in the strem trace messages. However,
because of a typo, the request buffer was used instead of the response one.

This patch should be backported as far as 2.2.
src/stream.c