haproxy/include
Willy Tarreau a9c1741820 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.
2017-06-27 14:38:02 +02:00
..
common BUG/MINOR: buffers: Fix bi/bo_contig_space to handle full buffers 2017-06-14 16:20:20 +02:00
import CLEANUP: da: move global settings out of the global section 2016-12-21 21:30:54 +01:00
proto MINOR: connection: add a .get_alpn() method to xprt_ops 2017-06-27 14:38:02 +02:00
types MINOR: connection: add a .get_alpn() method to xprt_ops 2017-06-27 14:38:02 +02:00