commit | 00d7cde5519ba8601a3b3b2137cc43f1cf79b84e | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 04 11:01:51 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue May 25 10:41:50 2021 +0200 |
tree | 8dcdb6d688580a1ac10d0b374b7960909cb62a55 | |
parent | 4fc51a73e669fdd479213682ef714c755657a06f [diff] |
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.