MINOR: buffer: merge b{i,o}_contig_space()
authorWilly Tarreau <w@1wt.eu>
Thu, 7 Jun 2018 16:58:07 +0000 (18:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:40 +0000 (16:23 +0200)
commite4d5a036ed60cad8ea8ef849a40d5474ef3c3364
tree2a1c2966414ad8146c27c8b2f70d7cead22800f7
parent0e11d59af6660d379a0967b07bfe8d23d335f844
MINOR: buffer: merge b{i,o}_contig_space()

These ones were merged into a single b_contig_space() that covers both
(the bo_ case was a simplified version of the other one). The function
doesn't use ->i nor ->o anymore.
include/common/buf.h
include/common/buffer.h
src/channel.c
src/mux_h2.c