BUG/MINOR: htx: Exclude TCP proxies when the HTX mode is handled during startup
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 24 Apr 2019 13:25:00 +0000 (15:25 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 24 Apr 2019 13:40:02 +0000 (15:40 +0200)
commit4904058661025ed794c553a5ef4a40d133f73a3a
tree619d8adc9e68e31419622d20250af9bbde30478f
parentc1918d1a8f5a8dfa0958326e897e855ec288cf22
BUG/MINOR: htx: Exclude TCP proxies when the HTX mode is handled during startup

When tests are performed on the HTX mode during HAProxy startup, only HTTP
proxies are considered. It is important because, since the commit 1d2b586cd
("MAJOR: htx: Enable the HTX mode by default for all proxies"), the HTX is
enabled on all proxies by default. But for TCP proxies, it is "deactivated".

This patch must be backported to 1.9.
src/cfgparse.c
src/http_htx.c