]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mux-h1: Stop to use HTX extra value when formatting message
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 18 Sep 2025 07:22:37 +0000 (09:22 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 8 Oct 2025 09:10:42 +0000 (11:10 +0200)
commit2e2953a3f05cfa866f92e0348086bdec4ede350f
treec0bf2bad7c3b8251f6d305bf880624f506e80b8c
parent4f40b2de861b3efd1342cc4a8ba6dc6695afb088
MEDIUM: mux-h1: Stop to use HTX extra value when formatting message

We now rely on the <kop> value to format the message payload before
sending it. It is no longer necessary to use the HTX extra field.
src/mux_h1.c