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>
Thu, 10 Mar 2022 09:51:21 +0000 (10:51 +0100)
commit7fe753c85a99c1791f7d0df55df4b55c93dc66fb
treea8c8c5fc544a090ac824ebbf93147dffa99bd43c
parentf30b125a38a96b07afd4f8652139d8ebf07893e2
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.

(cherry picked from commit 5ce1299c643543c9b17b4124b299feb3caf63d9e)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
src/stream.c