commit | 2386be64ba3f13f767a5ef0af4912d7361198664 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Sep 21 19:40:52 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 18:03:23 2017 +0100 |
tree | 58e89cf8e2796ba48ec6026332a0560c2f3aa97c | |
parent | 53a4766e400aa60835b6994c67100aaa0b936017 [diff] |
MINOR: connection: implement alpn registration of muxes Selecting a mux based on ALPN and the proxy mode will quickly become a pain. This commit provides new functions to register/lookup a mux based on the ALPN string and the proxy mode to make this easier. Given that we're not supposed to support a wide range of muxes, the lookup should not have any measurable performance impact.