MEDIUM: h2: don't use b_ptr() nor b_end() anymore
authorWilly Tarreau <w@1wt.eu>
Fri, 15 Jun 2018 09:51:32 +0000 (11:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:41 +0000 (16:23 +0200)
commit9c7f2d19bff45d26b50ff74dd13733fb434f11e0
tree2814df4f1f945e51fdcb74fba4c3733aaff0f479
parent0bad0439f49ca2b82ba80a08142be85321706581
MEDIUM: h2: don't use b_ptr() nor b_end() anymore

The few places where they were still used were replaced with b_peek() and
b_wrap() respectively. The parts making use of ->i and ->o should now be
convertible to the new API.
src/mux_h2.c