]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: buffer: make b_getblk_nc() take size_t for the block sizes
authorWilly Tarreau <w@1wt.eu>
Wed, 18 Jul 2018 09:49:27 +0000 (11:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:41 +0000 (16:23 +0200)
commit55f3ce1c91a740b9959db667e82465829f804174
treed4b08c04137592d1b9395e9af25b02a7c5c3a4f9
parent206ba834ef8b7a39608e91d21de4770d8a107e52
MINOR: buffer: make b_getblk_nc() take size_t for the block sizes

Till now we used to reimplement it using ints to limit external changes
but we must adjust it and the various users to switch to size_t.
include/common/buf.h
include/proto/channel.h
src/channel.c
src/hlua.c
src/mux_h2.c