]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: buffer: replace b_drop() with b_free()
authorWilly Tarreau <w@1wt.eu>
Thu, 8 Aug 2019 06:06:27 +0000 (08:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 8 Aug 2019 06:07:45 +0000 (08:07 +0200)
commite0d0b4089dd1c1dad94580de9de80985730da593
treef036d084bf36bbfa2af00e264bae5a6ba7e1c6da
parent3b091f80aa66d538ea65a1fd7e60acfb37c5421a
CLEANUP: buffer: replace b_drop() with b_free()

Since last commit there's no point anymore in having two variants of the
same function, let's switch to b_free() only. __b_drop() was renamed to
__b_free() for obvious consistency reasons.
doc/internals/buffer-api.txt
include/common/buffer.h
src/stream.c