]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: channel: rename bi_avail() to channel_recv_max()
authorWilly Tarreau <w@1wt.eu>
Wed, 14 Jan 2015 19:25:34 +0000 (20:25 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 14 Jan 2015 19:26:54 +0000 (20:26 +0100)
commitb5051f87421bb03504ccac160843704a7cd711b5
tree61baebe9248894e07b91c5d5535cff829e12d842
parent3f5096ddf2e801266b53ed413e0ef6da1c4ac2cc
MINOR: channel: rename bi_avail() to channel_recv_max()

This name more accurately reminds that it applies to a channel and not
to a buffer, and that what is returned may be used as a max number of
bytes to pass to recv().
include/proto/channel.h
src/stream_interface.c