MINOR: mux: Unlink ALPN and multiplexers to rather speak of mux protocols
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Apr 2018 12:33:41 +0000 (14:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 8 Aug 2018 07:54:22 +0000 (09:54 +0200)
commit32f61c04211b64add6c8e59cc33435f152b1c702
treef1d5e3f8d01b866dab60756c89d5ac449cadcb6c
parent2d5292a412667069d04c162f5372a20db130e8eb
MINOR: mux: Unlink ALPN and multiplexers to rather speak of mux protocols

Multiplexers are not necessarily associated to an ALPN. ALPN is a TLS extension,
so it is not always defined or used. Instead, we now rather speak of
multiplexer's protocols. So in this patch, there are no significative changes,
some structures and functions are just renamed.
include/proto/connection.h
include/types/connection.h
src/connection.c
src/mux_h2.c
src/mux_pt.c