MINOR: mux: register the pass-through mux for any ALPN string
authorWilly Tarreau <w@1wt.eu>
Thu, 21 Sep 2017 17:43:21 +0000 (19:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:03:23 +0000 (18:03 +0100)
commitf64908294c807cf3efdb16f23df6629c24752e7d
tree85bcf8eb1728b43d334fd20f78aa4c6260f52479
parent2386be64ba3f13f767a5ef0af4912d7361198664
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.
src/mux_pt.c