]> git.kaiwu.me - haproxy.git/commit
MINOR: channel: rename bi_full to channel_full as it checks the whole channel
authorWilly Tarreau <wtarreau@exceliance.fr>
Mon, 27 Aug 2012 16:54:20 +0000 (18:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 3 Sep 2012 18:47:32 +0000 (20:47 +0200)
commitad1cc3df9c69444291ff52f6179d11a487f29576
treeb42ff1041ccf5ba8f9c6938a9851ec16380d1828
parenta75bcef8677ab567d398faa2ba558809b5940bab
MINOR: channel: rename bi_full to channel_full as it checks the whole channel

Since the function takes care of the forward count and involves more than
buffer knowledge, rename it.
include/proto/channel.h
src/channel.c
src/stream_interface.c