commit | 319f745ba053b67bb88f5a118ca06fecb5066be5 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jan 14 20:32:59 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Jan 14 20:32:59 2015 +0100 |
tree | f8de94e97be5c6c8300d0d7772b3b87475bdfd3b | |
parent | b5051f87421bb03504ccac160843704a7cd711b5 [diff] |
MINOR: channel: rename bi_erase() to channel_truncate() It applies to the channel and it doesn't erase outgoing data, only pending unread data, which is strictly equivalent to what recv() does with MSG_TRUNC, so that new name is more accurate and intuitive.