CLEANUP: mux-h1: Fix a trace message about C-L header addition
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 12 Dec 2023 13:04:35 +0000 (14:04 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 14 Dec 2023 08:58:22 +0000 (09:58 +0100)
commit73ab4f5dc779cfbae44f25a48cb9983877b8f900
treeab4833cb4e3223bca68b58b026704777b139b4b0
parent9c5765fde8b3936c5ef06c95a799a8a88410085c
CLEANUP: mux-h1: Fix a trace message about C-L header addition

This fixes a cut-paste error on a trace message notifying a 'Content-Length'
header was added during the HTTP message formatting.

(cherry picked from commit 65ca4442401c527530f5b456a8ed47a35c224480)
Signed-off-by: Willy Tarreau <w@1wt.eu>
src/mux_h1.c