commit | a9c1741820830ea47d4ebfbc7a87fac902e764bf | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Dec 04 18:42:09 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 27 14:38:02 2017 +0200 |
tree | bc45e4960c789fcc132ad76d71e09a4e120a0898 | |
parent | 0a6bed2394dabf7f05a7a2af2fc9b8ba936073be [diff] |
MINOR: connection: add a .get_alpn() method to xprt_ops This will be used to retrieve the ALPN negociated over SSL (or possibly via the proxy protocol later). It's likely that this information should be stored in the connection itself, but it requires adding an extra pointer and an extra integer. Thus better rely on the transport layer to pass this info for now.