]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: dynbuf: use the b_queue()/b_requeue() functions everywhere
authorWilly Tarreau <w@1wt.eu>
Wed, 24 Apr 2024 15:02:23 +0000 (17:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 10 May 2024 15:18:13 +0000 (17:18 +0200)
commita214197ce73929be0900e42385dd010e1905b0b0
tree643639281fc9485bd1f447e3be4514b1723bda2d
parentd1c2f325a2828febceef1c4efb9b71387299812e
MINOR: dynbuf: use the b_queue()/b_requeue() functions everywhere

The code places that were used to manipulate the buffer_wq manually
now just call b_queue() or b_requeue(). This will simplify the multiple
list management later.
include/haproxy/applet.h
include/haproxy/channel.h
src/check.c
src/flt_spoe.c
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c