commit | 91fcf21e451cab0fbe0d00f2ff638c2409bbff50 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Dec 02 16:17:15 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Jan 28 16:37:14 2021 +0100 |
tree | aee1350be783583be902f3e8fd952152f5852231 | |
parent | e5596bf53f086bad49aeac0c00a9f57e6b2cd1a3 [diff] |
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.