]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: config/proxy: Don't warn for HTTP rules in TCP if 'switch-mode http' set
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 Mar 2021 14:10:38 +0000 (15:10 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 1 Apr 2021 11:22:42 +0000 (13:22 +0200)
commit3b6446f4d99dd0e046468889d691b19cbf7f15de
tree882c5afa1ff64975e55d9f6e26b3a3b12c229eda
parentae863c62e3c2d5b9aa19131ce674a75eb2ac81d3
MINOR: config/proxy: Don't warn for HTTP rules in TCP if 'switch-mode http' set

Warnings about ignored HTTP directives in a TCP proxy are inhibited if at
least one switch-mode tcp action is configured to perform HTTP upgraded.
include/haproxy/proxy-t.h
src/cfgparse.c
src/stream.c