MINOR: mux-h1: Don't emit C-L and T-E headers for 204 and 1xx responses
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 2 Dec 2020 15:17:15 +0000 (16:17 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 28 Jan 2021 15:37:14 +0000 (16:37 +0100)
commit91fcf21e451cab0fbe0d00f2ff638c2409bbff50
treeaee1350be783583be902f3e8fd952152f5852231
parente5596bf53f086bad49aeac0c00a9f57e6b2cd1a3
MINOR: mux-h1: Don't emit C-L and T-E headers for 204 and 1xx responses

204 and 1xx responses must not have any payload. Now, the H1 mux takes care
of that in last resort. But they also must not have any C-L or T-E
headers. Thus, if found on the sending path, these headers are ignored.
src/mux_h1.c