]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h2: Add a mux_ops dedicated to the HTX mode
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 11 Apr 2019 20:52:25 +0000 (22:52 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Apr 2019 20:06:53 +0000 (22:06 +0200)
commit9b579106fe9403d8851481d407b5715c394b0044
treec5ffe1aafce5078b7ecfc6d12e22c0d9f25489cd
parent7f36636c2187ed2255ac94c38c3aeb4bfbf56a76
MINOR: mux-h2: Add a mux_ops dedicated to the HTX mode

Instead of using the same mux_ops structure for the legacy HTTP mode and the HTX
mode, a dedicated mux_ops is now used for the HTX mode. Same callbacks are used
for both. But the flags may be different depending on the mode used.
src/mux_h2.c