commit | 4cf1300e6a0127d73bf5fc57df40d8103cc58f82 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jun 06 06:53:15 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 19 16:23:40 2018 +0200 |
tree | 0dab66b3254c89f4aecc55b60c884c2d3c0a33b4 | |
parent | d5b343bf9e059916eeb24b025e82e9dcb649df33 [diff] |
MINOR: channel/buffer: replace buffer_slow_realign() with channel_slow_realign() and b_slow_realign() Where relevant, the channel version is used instead. The buffer version was ported to be more generic and now takes a swap buffer and the output byte count to know where to set the alignment point. The H2 mux still uses buffer_slow_realign() with buf->o but it will change later.