commit | 16a524c9ea7c761aa4b00fdeb3129c76ff0954ef | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Feb 02 21:16:03 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue May 25 10:41:50 2021 +0200 |
tree | a205ce1f5768f5f285ee8f5e087a0b8cf8a2b651 | |
parent | f7c2044f8f164c8d05980022a2b4e94f57912af1 [diff] |
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.