]> git.kaiwu.me - haproxy.git/commit
MEDIUM: h2: implement the mux buffer allocator
authorWilly Tarreau <w@1wt.eu>
Fri, 22 Sep 2017 12:26:04 +0000 (14:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:12:14 +0000 (18:12 +0100)
commit1439812da87de5c8cd0e3cf5703ff2fb78f90702
tree22606cd8e4abacf1ac09cb8d5616b4ca7c22c65d
parent35dbd5d719167fd73a486cdafd571d9efabc64cd
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.
src/mux_h2.c