MINOR: proxy: add a new option "http-use-htx"
authorWilly Tarreau <w@1wt.eu>
Mon, 22 Oct 2018 09:49:15 +0000 (11:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 23 Oct 2018 08:22:36 +0000 (10:22 +0200)
commit68ad3a42f7409ea2556adb4f94388513a8140910
tree8bad51138b130eef784d0451b9cf6fc5acc1303c
parent955188d37d53946c439817997a5431cbe5b943ed
MINOR: proxy: add a new option "http-use-htx"

This option makes a proxy use only HTX-compatible muxes instead of the
HTTP-compatible ones for HTTP modes. It must be set on both ends, this
is checked at parsing time.
doc/configuration.txt
include/proto/connection.h
include/types/connection.h
include/types/proxy.h
src/cfgparse.c