]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: session: use the ALPN token and proxy mode to select the mux
authorWilly Tarreau <w@1wt.eu>
Fri, 15 Sep 2017 04:59:55 +0000 (06:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:03:23 +0000 (18:03 +0100)
commit2e0b2b5f8363da05abab2e2012d298f4941a4f75
tree865f70155f9c6245f8ff692b911a9f58e049b72b
parentf64908294c807cf3efdb16f23df6629c24752e7d
MEDIUM: session: use the ALPN token and proxy mode to select the mux

When an incoming connection is made on an HTTP mode frontend, the
session now looks up the mux to use based on the ALPN token and the
proxy mode. This will allow easier mux registration, and we don't
need to hard-code the mux_pt_ops anymore.
include/proto/connection.h
src/session.c