commit | 201b9f4eb50fda988356422dbf2471f741d01fa6 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <cognet@ci0.org> | Wed Nov 21 00:16:29 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Nov 22 19:52:23 2018 +0100 |
tree | 6fdcdd6dd39ca767de41517688fc211ec8378dba | |
parent | 66b5166af950ac1c5f0bb1bb5831b5f409b9fcf3 [diff] |
MAJOR: connections: Defer mux creation for outgoing connection if alpn is set. If an ALPN (or a NPN) was chosen for a server, defer choosing the mux until after the SSL handshake is done, and the ALPN/NPN has been negociated, so that we know which mux to pick.