MINOR: buffer: replace bi_space_for_replace() with ci_space_for_replace()
authorWilly Tarreau <w@1wt.eu>
Fri, 15 Jun 2018 13:06:42 +0000 (15:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:41 +0000 (16:23 +0200)
commit3f6799975ff3c69d9edcaead1d870d41a0dd6431
tree3e06d2a3fec267e9b2371b538e4b889db3e65658
parent2375233ef0e2a17996d46a2c85ed3ab90bed1478
MINOR: buffer: replace bi_space_for_replace() with ci_space_for_replace()

This one computes the size that can be overwritten over the input part
of the buffer, so it's channel-specific.
include/common/buffer.h
include/proto/channel.h
src/hlua.c