mirror of
https://github.com/curl/curl.git
synced 2026-08-26 20:23:32 +03:00
vtls: provide a unified APLN-disagree string for all backends
Also rephrase to make it sound less dangerous: "ALPN: server did not agree on a protocol. Uses default." Reported-by: Nick Coghlan Fixes #8643 Closes #8651
This commit is contained in:
parent
08ca1f2b97
commit
3bc5b32db5
10 changed files with 12 additions and 9 deletions
|
|
@ -3472,7 +3472,7 @@ static CURLcode ossl_connect_step2(struct Curl_easy *data,
|
|||
}
|
||||
}
|
||||
else
|
||||
infof(data, "ALPN, server did not agree to a protocol");
|
||||
infof(data, VTLS_INFOF_NO_ALPN);
|
||||
|
||||
Curl_multiuse_state(data, conn->negnpn == CURL_HTTP_VERSION_2 ?
|
||||
BUNDLE_MULTIPLEX : BUNDLE_NO_MULTIUSE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue