]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
vtls: clarify "ALPN: offers" message
authorJay Satiro <raysatiro@yahoo.com>
Sun, 30 Jul 2023 02:46:40 +0000 (22:46 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 1 Aug 2023 06:16:14 +0000 (08:16 +0200)
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

lib/vtls/vtls.h

index 3516247301d70f2db5c37dacc34e71bd59814a53..8ad1cf6def9e3016a34dc8ae6d6c1a6df634b940 100644 (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       \