commit | bcc4595e576199731eb30916e89bbc8469a1803b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun May 26 10:05:50 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun May 26 10:52:47 2019 +0200 |
tree | 4832b3a4cf23e993cf0d86f54382ad56da2fadee | |
parent | 41c4d6a2c539c5f454a42ffe91e7251202526a46 [diff] |
CLEANUP: mux-h2: consistently use a local variable for the mbuf This makes the code more readable and reduces the calls to br_tail(). In addition, all calls to h2_get_buf() are now made via this local variable, which should significantly help for retries.