]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: h2: use a single buffer allocator
authorWilly Tarreau <w@1wt.eu>
Thu, 1 Mar 2018 16:49:30 +0000 (17:49 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 1 Mar 2018 16:58:15 +0000 (17:58 +0100)
commit44e973f50843ae33fab82b2682b2633a4c2b7443
tree934bb9ec4101721e08d8fff97c506dd836bef95b
parent0a10de606685ed4e65d4cc84237c6a09dd6fe27c
MEDIUM: h2: use a single buffer allocator

We used to have one buffer allocator per direction while we can never
block on two buffers at once. Let's have a single one and rely on the
connection's flags to know which one we're waitinf for.
src/mux_h2.c