]> git.kaiwu.me - haproxy.git/commit
MEDIUM: checks: Add check-alpn.
authorOlivier Houchard <ohouchard@haproxy.com>
Fri, 21 Dec 2018 18:47:01 +0000 (19:47 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 21 Dec 2018 18:54:16 +0000 (19:54 +0100)
commit921501443b59c21fac8022ab1aa2853bf8b97216
tree30f905dcd774b16f27ba3cf656cb5728843a91d0
parentab28a320aa39324a588a1279f122291a340c92ce
MEDIUM: checks: Add check-alpn.

Add a way to configure the ALPN used by check, with a new "check-alpn"
keyword. By default, the checks will use the server ALPN, but it may not
be convenient, for instance because the server may use HTTP/2, while checks
are unable to do HTTP/2 yet.
doc/configuration.txt
include/types/checks.h
src/checks.c
src/server.c
src/ssl_sock.c