MEDIUM: h2: update to the new buffer API
authorWilly Tarreau <w@1wt.eu>
Mon, 18 Jun 2018 11:33:09 +0000 (13:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:42 +0000 (16:23 +0200)
commitb7b5fe1a1464779fcca3cef96dc911019838e1ab
tree042b31a0e1bba4c671fabc5842b8f58533b5d893
parent876171e636332514505539ae66a01a11763e54d8
MEDIUM: h2: update to the new buffer API

There is no more distinction between ->i and ->o for the mux's buffers,
we always use b_data() to know the buffer's length since only one side
is used for each direction.
src/mux_h2.c