]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxy: Remove support of the option 'http-tunnel'
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 16 Jul 2019 13:04:46 +0000 (15:04 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Jul 2019 07:24:12 +0000 (09:24 +0200)
commit73e8ede156b7fa889638d1f8f9e732dbb8c1c7af
tree714723d84c3442df120ace4dd095e8ba2b4cbe17
parent0fe5c5e1d20dcacd57cdb8e042b78374a2bbba4d
MINOR: proxy: Remove support of the option 'http-tunnel'

The option 'http-tunnel' is deprecated and it was only used in the legacy HTTP
mode. So this option is now totally ignored and a warning is emitted during
HAProxy startup if it is found in a configuration file.
include/types/proxy.h
src/cfgparse-listen.c
src/cfgparse.c