]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mux-h2: make the conditions to send based on mbuf, not just its tail
authorWilly Tarreau <w@1wt.eu>
Sun, 26 May 2019 07:43:07 +0000 (09:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 26 May 2019 08:50:50 +0000 (10:50 +0200)
commit662fafc02b17d9fdab4b0f237c4b9f54e14c741b
tree4eb4296d8f7d3bf743dfa75b95214e991d9de4fe
parent5133096df2d7805a29a988410e867726ba16a1ac
MEDIUM: mux-h2: make the conditions to send based on mbuf, not just its tail

This is in preparation for iterating over lists. First we need to always
check the buffer's head and not its tail.
src/mux_h2.c