commit | 41e38ac0eec7cbe6f9de5cd4c6b000a54508f381 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jun 07 18:22:26 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 19 16:23:40 2018 +0200 |
tree | 54c8475f02409215c94d0a7b674c03be43e85f2e | |
parent | 89faf5d7c31b4a3ef0ec0fb5918cc111ffd03b84 [diff] |
MINOR: buffer: remove bo_end() It was replaced by either b_tail() when the buffer has no input data, or b_peek(b, b->o).