]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: checks: adapt to the new buffer API
authorWilly Tarreau <w@1wt.eu>
Mon, 18 Jun 2018 09:11:07 +0000 (11:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:42 +0000 (16:23 +0200)
commit876171e636332514505539ae66a01a11763e54d8
treeb0d96c56aa9488630603704328851a099fdbeae8
parentcd9e60db00d7e2b960a98473d4707e29a3a6d0e6
MINOR: checks: adapt to the new buffer API

The code exclusively used ->i for data received and ->o for data sent. Now
it always uses b_data(), b_head() and b_tail() so that there is no more
distinction between ->i and ->o.
src/checks.c