commit | f64908294c807cf3efdb16f23df6629c24752e7d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Sep 21 19:43:21 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 18:03:23 2017 +0100 |
tree | 85bcf8eb1728b43d334fd20f78aa4c6260f52479 | |
parent | 2386be64ba3f13f767a5ef0af4912d7361198664 [diff] |
MINOR: mux: register the pass-through mux for any ALPN string The pass-through mux is the fallback used on any incoming connection unless another mux claims the ALPN name and the proxy mode. Thus mux_pt registers ALPN token "" (empty name) which catches everything.