commit | 9c7f2d19bff45d26b50ff74dd13733fb434f11e0 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jun 15 11:51:32 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 19 16:23:41 2018 +0200 |
tree | 2814df4f1f945e51fdcb74fba4c3733aaff0f479 | |
parent | 0bad0439f49ca2b82ba80a08142be85321706581 [diff] |
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.