MINOR: muxes/h1-htx: Realign input buffer using b_slow_realign_ofs()
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 4 Feb 2021 10:01:51 +0000 (11:01 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 25 May 2021 08:41:50 +0000 (10:41 +0200)
commit00d7cde5519ba8601a3b3b2137cc43f1cf79b84e
tree8dcdb6d688580a1ac10d0b374b7960909cb62a55
parent4fc51a73e669fdd479213682ef714c755657a06f
MINOR: muxes/h1-htx: Realign input buffer using b_slow_realign_ofs()

Input buffers have never output data. So, use b_slow_realign_ofs() function
instead of b_slow_realign(). It is a slighly simpler function. And in the H1
mux, it allows a realign by setting the input buffer head to permit
zero-copies.
src/h1_htx.c
src/mux_fcgi.c
src/mux_h1.c