commit | 32f61c04211b64add6c8e59cc33435f152b1c702 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 10 14:33:41 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Aug 08 09:54:22 2018 +0200 |
tree | f1d5e3f8d01b866dab60756c89d5ac449cadcb6c | |
parent | 2d5292a412667069d04c162f5372a20db130e8eb [diff] |
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.