commit | 9f38f5aa80efb97d5cb6a08cdd520b047869b659 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 03 09:53:32 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 12 22:06:53 2019 +0200 |
tree | 017b21b0cd3f72bfdd0d618fc2bb765e4934b1a6 | |
parent | 9b579106fe9403d8851481d407b5715c394b0044 [diff] |
MINOR: muxes: Add a flag to specify a multiplexer uses the HTX A multiplexer must now set the flag MX_FL_HTX when it uses the HTX to structured the data exchanged with channels. the muxes h1 and h2 set this flag. Of course, for the mux h2, it is set on h2_htx_ops only.