]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-fcgi: Set known input payload length during demux
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 18 Sep 2025 06:32:23 +0000 (08:32 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 8 Oct 2025 09:01:36 +0000 (11:01 +0200)
commit4fdc23e648570565f831865bc055eb094f147f29
tree32195033d421f660e8f4fc7a6dc8967f163178cc
parent2bf2f68cd833659e75a90b366520407c0839de08
MINOR: mux-fcgi: Set known input payload length during demux

Set <kip> value during the response parsing. The difference between the body
length before and after a parsing loop is added. The patch relies on the
previous one ("MINOR: h1-htx: Increment body len when parsing a payload with
no xfer length").
src/mux_fcgi.c