MINOR: filters: convert to the new buffer API
authorWilly Tarreau <w@1wt.eu>
Tue, 19 Jun 2018 05:16:31 +0000 (07:16 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:42 +0000 (16:23 +0200)
commit44a41a83fb96cc4761f8c1c796e9e1b1eb971ef8
treec83984502606321ab349087a757e9f29dc941550
parentf37954d4dad8bb226e5519fbd246bc5ec2946a98
MINOR: filters: convert to the new buffer API

Use b_set_data() to modify the buffer size, and use the usual wrappers.
src/filters.c