commit | 0aeaa290daa492bf770a256ec7f5b9f367bc6378 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 04 11:13:43 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 11 11:48:36 2021 +0100 |
tree | 651d0aa17c6c68cac8cccf7dbb5ad54b1b5fda54 | |
parent | 38cd986c54975add4e14ef0f693dff494e36336d [diff] |
CLEANUP: muxes: Remove useless calls to b_realign_if_empty() In H1, H2 and FCGI muxes, b_realign_if_empty() is called to reset the head of an empty buffer before setting it a specific value to permit the zero-copy. Thus, we can remove call to b_realign_if_empty().