commit | 5133096df2d7805a29a988410e867726ba16a1ac | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun May 26 09:38:07 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun May 26 10:50:18 2019 +0200 |
tree | 4628465f7cb98c0c20d87ec92bf7ad288786671e | |
parent | c4943d5170c15e46b09d92b59b74b42724a52478 [diff] |
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.