vtls: clarify "ALPN: offers" message

Before:
* ALPN: offers h2,http/1.1

After:
* ALPN: curl offers h2,http/1.1

Bug: https://curl.se/mail/lib-2023-07/0041.html
Reported-by: Richard W.M. Jones
Closes #11544
This commit is contained in:
Jay Satiro 2023-07-29 22:46:40 -04:00 committed by Daniel Stenberg
parent 49e2443186
commit 2fcb674cdf
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -43,7 +43,7 @@ struct Curl_ssl_session;
#define VTLS_INFOF_NO_ALPN \
"ALPN: server did not agree on a protocol. Uses default."
#define VTLS_INFOF_ALPN_OFFER_1STR \
"ALPN: offers %s"
"ALPN: curl offers %s"
#define VTLS_INFOF_ALPN_ACCEPTED_1STR \
ALPN_ACCEPTED "%s"
#define VTLS_INFOF_ALPN_ACCEPTED_LEN_1STR \