]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: buffer: replace buffer_not_empty() with b_data() or c_data()
authorWilly Tarreau <w@1wt.eu>
Tue, 10 Jul 2018 07:50:25 +0000 (09:50 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:41 +0000 (16:23 +0200)
commitd760eecf61856e5398f0875be5076a0c32e6d6a0
treeee686b326bf48e47672cb64c1e6137c9bdcc1afc
parenteac525988876fe2fb427326795020192f6c09574
MINOR: buffer: replace buffer_not_empty() with b_data() or c_data()

It's mostly for consistency as many places already use one of these instead.
include/common/buffer.h
src/buffer.c
src/proto_http.c
src/stream_interface.c