]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: mux-h2: Don't add ":status" pseudo-header on trailers
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 18 Feb 2019 10:22:35 +0000 (11:22 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 18 Feb 2019 15:25:06 +0000 (16:25 +0100)
commitfd7426726414e4b05bbf4f0bacbd86db1e1dee75
treec494d46190815ed981ab0d47ac60ab61fa5d3a8a
parent1f890ddbe278218b259653508f3379dcded9c1a3
BUG/MINOR: mux-h2: Don't add ":status" pseudo-header on trailers

It is a cut-paste bug. Pseudo-header fields MUST NOT appear in trailers.

This patch must be backported to 1.9.
src/mux_h2.c