MINOR: channel: rename buffer_max_len() to channel_recv_limit()
authorWilly Tarreau <w@1wt.eu>
Wed, 14 Jan 2015 19:21:43 +0000 (20:21 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 14 Jan 2015 19:21:43 +0000 (20:21 +0100)
commit3f5096ddf2e801266b53ed413e0ef6da1c4ac2cc
treeb553a8240816161c3dd4c97e9f4bb64cd8d7be38
parenta4178192b9ea750a6cbd05c965642847219cec89
MINOR: channel: rename buffer_max_len() to channel_recv_limit()

Buffer_max_len() is ambiguous and misleading since it considers the
channel. The new name more accurately designates the size limit for
received data.
include/proto/channel.h
src/channel.c
src/payload.c