commit | 8a9ad4c0e80e3d35d4ea5520dc4a167581f04104 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue May 14 22:44:43 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 28 07:42:12 2019 +0200 |
tree | d9ffd1e9f9f8fa5984606a616753aa1352e21289 | |
parent | 30db3d737be7a285acbe858d9767538c9e1f6682 [diff] |
MINOR: mux-h2: Use the count value received from the SI in h2_rcv_buf() Now, the SI calls h2_rcv_buf() with the right count value. So we can rely on it. Unlike the H1 multiplexer, it is fairly easier for the H2 multiplexer because the HTX message already exists, we only transfer blocks from the H2S to the channel. And this part is handled by htx_xfer_blks().