commit | 1439812da87de5c8cd0e3cf5703ff2fb78f90702 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 22 14:26:04 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 18:12:14 2017 +0100 |
tree | 22606cd8e4abacf1ac09cb8d5616b4ca7c22c65d | |
parent | 35dbd5d719167fd73a486cdafd571d9efabc64cd [diff] |
MEDIUM: h2: implement the mux buffer allocator The idea is that we may need a mux buffer for anything, ranging from receiving to sending traffic. For now it's unclear where exactly the calls will be placed so let's block both send and recv when a buffer is missing, and re-enable both of them at the end. This will have to be changed later.