MINOR: mux-h1: Use HTX extra field only for responses with known length
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 25 Sep 2023 13:59:07 +0000 (15:59 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 Oct 2023 16:51:13 +0000 (18:51 +0200)
commit117f9cc0170085446211a99316c5697fcaf7766c
tree5d830f23ab55d4cf9acf56d5b86c86db673db54f
parent799518e63f5caaabad68c4187aa9a16caa78b5ce
MINOR: mux-h1: Use HTX extra field only for responses with known length

For now, it is not an issue, but it is safer to explicitly ignore HTX extra
field for responses with unknown length. This will be mandatory to future
fixes, to be able to re-chunk responses with an unknown length..
src/mux_h1.c