]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h1/mux-fcgi: Don't needlessly loop on data parsing
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 2 Feb 2021 20:16:03 +0000 (21:16 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 25 May 2021 08:41:50 +0000 (10:41 +0200)
commit16a524c9ea7c761aa4b00fdeb3129c76ff0954ef
treea205ce1f5768f5f285ee8f5e087a0b8cf8a2b651
parentf7c2044f8f164c8d05980022a2b4e94f57912af1
MINOR: mux-h1/mux-fcgi: Don't needlessly loop on data parsing

Because the function parsing H1 data is now able to handle wrapping input
buffers, there is no reason to loop anymore in the muxes to be sure to parse
wrapping data.
src/mux_fcgi.c
src/mux_h1.c