]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: payload: make smp_fetch_ssl_hello_alpn() use smp_client_hello_parse() master flx04/master
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 13 Aug 2026 16:42:50 +0000 (16:42 +0000)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 13 Aug 2026 16:43:38 +0000 (16:43 +0000)
commit74ae176d1d906160dc6b7fea5a4f58e03a305842
treee81a306fab9c5b2d8150b67e96cba71c94ea625f
parentaca1fab6ab1803ebb7eab17467435ae67b189931
MINOR: payload: make smp_fetch_ssl_hello_alpn() use smp_client_hello_parse()

Same rationale as the previous commit for smp_fetch_ssl_hello_sni():
avoid duplicating the ClientHello parsing already factored out in
smp_client_hello_parse(). No behavior change.
src/payload.c