]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: buffer: replace calls to buffer_space_wraps() with b_space_wraps()
authorWilly Tarreau <w@1wt.eu>
Thu, 12 Jul 2018 08:33:12 +0000 (10:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:40 +0000 (16:23 +0200)
commitaa7af7213d89d88180ab6fc8bdb9ad86220522e2
treeb0837f9b0ce5bd6bf975b7a248846fe2029443d7
parentbcbd39370f34d6df030341667cdfc615acfea540
MINOR: buffer: replace calls to buffer_space_wraps() with b_space_wraps()

And remove the unused function.
include/common/buffer.h
src/mux_h2.c