mirror of
https://github.com/curl/curl.git
synced 2026-05-30 08:17:30 +03:00
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:
parent
49e2443186
commit
2fcb674cdf
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue