MINOR: mux/server: Add 'proto' keyword to force the multiplexer's protocol
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Apr 2018 12:45:45 +0000 (14:45 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 8 Aug 2018 08:42:08 +0000 (10:42 +0200)
commit8ed0a3e32a90af08a23ca8ab79d52d5d30666780
tree8cd32c590b46169982c0a8fdcf00385e354bbdcb
parenta717b99284d00abe65730394e3ed2d7c37e0eb1a
MINOR: mux/server: Add 'proto' keyword to force the multiplexer's protocol

For now, it is parsed but not used. Tests are done on it to check if the side
and the mode are compatible with the server's definition.
doc/configuration.txt
include/types/server.h
src/cfgparse.c
src/server.c