]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: buffer: replace buffer_pending() with ci_data()
authorWilly Tarreau <w@1wt.eu>
Fri, 15 Jun 2018 13:14:53 +0000 (15:14 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:41 +0000 (16:23 +0200)
commit5ba65521a393c999f0717a746a3d4ea301a97b9e
treee15fef9aa5f2545c2035cc272de3723247775786
parent3f6799975ff3c69d9edcaead1d870d41a0dd6431
MINOR: buffer: replace buffer_pending() with ci_data()

It used to return b->i for channels, which is what ci_data() does.
include/common/buffer.h
src/filters.c
src/proto_http.c