MINOR: backend: use new buffer API
authorWilly Tarreau <w@1wt.eu>
Tue, 19 Jun 2018 05:04:45 +0000 (07:04 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:42 +0000 (16:23 +0200)
commit6a445ebc8a60f1ad6b8897d334fadf49a13be784
tree25eba5abfcad015940ca48d8675742a401c97a55
parent7e9c30a7e0a7b8e8af7fac7acc1fc96b88b83bb5
MINOR: backend: use new buffer API

The few locations dealing with the buffer rewind were updated not to
touch ->o nor ->p anymore and to use the channel's functions instead.
src/backend.c