]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: dynbuf: generalize the use of b_dequeue() to detach buffer_wait
authorWilly Tarreau <w@1wt.eu>
Wed, 24 Apr 2024 16:44:03 +0000 (18:44 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 10 May 2024 15:18:13 +0000 (17:18 +0200)
commitf5566afec654acceb40f96b64bf46eee96f96c57
tree4e46bba58d9b960360edd721ee26060b458a788f
parentf70bd5fad18539145bb0a91a5934a5a21cfcc446
MEDIUM: dynbuf: generalize the use of b_dequeue() to detach buffer_wait

Now thanks to this the bufq_map field is expected to remain accurate.
include/haproxy/applet.h
src/applet.c
src/check.c
src/flt_spoe.c
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/stream.c