]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mux-h1: allocate without queuing when retrying
authorWilly Tarreau <w@1wt.eu>
Tue, 7 May 2024 15:36:13 +0000 (17:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 10 May 2024 15:18:13 +0000 (17:18 +0200)
commit47665be0835d0fd0cef37684da7ac0e547350701
tree5be4530909338c172fae2293c6bacf20fe56ecb1
parent5b8d27617f4065f0a20476d6835588ff0fecd408
MEDIUM: mux-h1: allocate without queuing when retrying

Now when trying to allocate a buffer, we can check if we've been notified
of availability via the callback, in which case we should not consult the
queue, or if we're doing a first allocation and check the queue. At this
point it still doesn't change much since the stream still doesn't make use
of it but some progress is expected.
src/mux_h1.c