]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mux-h2: replace all occurrences of mbuf with a buffer ring
authorWilly Tarreau <w@1wt.eu>
Sun, 26 May 2019 07:38:07 +0000 (09:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 26 May 2019 08:50:18 +0000 (10:50 +0200)
commit5133096df2d7805a29a988410e867726ba16a1ac
tree4628465f7cb98c0c20d87ec92bf7ad288786671e
parentc4943d5170c15e46b09d92b59b74b42724a52478
MEDIUM: mux-h2: replace all occurrences of mbuf with a buffer ring

For now it's only one buffer long so the head and tails are always the
same, thus it doesn't change what used to work. In short, br_tail(h2c->mbuf)
was inserted everywhere we used to have h2c->mbuf.
src/mux_h2.c