]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: applet: adjust the allocation criticity based on the requested buffer
authorWilly Tarreau <w@1wt.eu>
Tue, 7 May 2024 18:09:04 +0000 (20:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 10 May 2024 15:18:13 +0000 (17:18 +0200)
commit4a42af17440d9eb09ea7fb699924297871c7b760
tree9484c45c194181e74ca415455a886bc78b4b591c
parent4ffb3b5ebe08e24fb88d125ec1f7e53c2b1b43d3
MINOR: applet: adjust the allocation criticity based on the requested buffer

When we want to allocate an in buffer, it's in order to pass data to
the applet, that will consume it, so it must be seen as the same as
a send() from the higher level, i.e. MUX_TX. And for the outbuf, it's
a stream endpoint returning data, i.e. DB_SE_RX.
include/haproxy/applet.h