]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: l7-retries: do not test the buffer before calling b_alloc()
authorWilly Tarreau <w@1wt.eu>
Mon, 22 Mar 2021 15:17:37 +0000 (16:17 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 22 Mar 2021 15:17:37 +0000 (16:17 +0100)
commitf499f50c8fc1a2eeaf590c38d28c864b617b2d36
treed40d59db376e4e4570ee83956811dac53829f75e
parent862ad82f22adacb0d2ad2a3e109b36f763cdf704
CLEANUP: l7-retries: do not test the buffer before calling b_alloc()

The return value is enough now to know if the allocation succeeded or
failed.
src/http_ana.c