MINOR: buffer: remove bo_contig_data()
authorWilly Tarreau <w@1wt.eu>
Thu, 7 Jun 2018 17:03:40 +0000 (19:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:40 +0000 (16:23 +0200)
commit0e11d59af6660d379a0967b07bfe8d23d335f844
tree2d2c536680b588d1bcd50026ef777d5e18bdccd9
parent8f9c72d301c753bd219ce3f8c476f98661b9d6c8
MINOR: buffer: remove bo_contig_data()

The two call places now make use of b_contig_data(0) and check by
themselves that the returned size is no larger than the scheduled
output data.
include/common/buffer.h
src/flt_http_comp.c
src/ssl_sock.c