]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: muxes: Add a flag to specify a multiplexer uses the HTX
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 3 Apr 2019 07:53:32 +0000 (09:53 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Apr 2019 20:06:53 +0000 (22:06 +0200)
commit9f38f5aa80efb97d5cb6a08cdd520b047869b659
tree017b21b0cd3f72bfdd0d618fc2bb765e4934b1a6
parent9b579106fe9403d8851481d407b5715c394b0044
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.
include/types/connection.h
src/mux_h1.c
src/mux_h2.c