]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: frontend: use pool_zalloc() in frontend_accept()
authorWilly Tarreau <w@1wt.eu>
Mon, 22 Mar 2021 20:06:21 +0000 (21:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 22 Mar 2021 22:18:54 +0000 (23:18 +0100)
commitec4cfc383583564aba48962d9e4b63792170d808
tree52ddc647fad0c164f3f2a4f54743ae8dc33889a6
parentc9ef9bc9a5caf311ad0de21d559ccee2afd8852d
CLEANUP: frontend: use pool_zalloc() in frontend_accept()

The capture buffers were allocated then zeroed, let's have the allocator
do it.
src/frontend.c