]> git.ipfire.org Git - thirdparty/curl.git/commit
vtls: use ALPN HTTP/1.0 when HTTP/1.0 is used
authorDaniel Stenberg <daniel@haxx.se>
Fri, 30 Dec 2022 16:37:11 +0000 (17:37 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 31 Dec 2022 15:53:21 +0000 (16:53 +0100)
commitdf856cb5c94665c9083dc8be5bb02392d841cc1e
tree32ae63da4d04f6fba31914e025e84649d6ac3b72
parent49f39dfac9278060cb750e006d4f46e841cdfeb2
vtls: use ALPN HTTP/1.0 when HTTP/1.0 is used

Previously libcurl would use the HTTP/1.1 ALPN id even when the
application specified HTTP/1.0.

Reported-by: William Tang
Ref: #10183
lib/vtls/bearssl.c
lib/vtls/gtls.c
lib/vtls/mbedtls.c
lib/vtls/nss.c
lib/vtls/openssl.c
lib/vtls/rustls.c
lib/vtls/schannel.c
lib/vtls/sectransp.c
lib/vtls/vtls.h
lib/vtls/wolfssl.c