MINOR: buffer: replace b{i,o}_put* with b_put*
authorWilly Tarreau <w@1wt.eu>
Tue, 10 Jul 2018 08:04:02 +0000 (10:04 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:43 +0000 (16:23 +0200)
commit55372f646ff957c8adf45fc807bcfaa0709afd63
tree2c197509751baf37734228a16a0686067f29649a
parent72a100b386ad892cbde333e04a350ad91641db07
MINOR: buffer: replace b{i,o}_put* with b_put*

The two variants now do exactly the same (appending at the tail of the
buffer) so let's not keep the distinction between these classes of
functions and have generic ones for this. It's also worth noting that
b{i,o}_putchk() wasn't used at all and was removed.
include/common/buf.h
include/common/buffer.h
src/checks.c
src/mux_h2.c