mirror of
https://github.com/curl/curl.git
synced 2026-07-22 22:37:16 +03:00
curl -V: output HTTP2 as a feature if present
This commit is contained in:
parent
b77997e6da
commit
06b6e1d0d2
1 changed files with 2 additions and 1 deletions
|
|
@ -285,7 +285,8 @@ static const struct feat feats[] = {
|
|||
{"krb4", CURL_VERSION_KERBEROS4},
|
||||
{"libz", CURL_VERSION_LIBZ},
|
||||
{"CharConv", CURL_VERSION_CONV},
|
||||
{"TLS-SRP", CURL_VERSION_TLSAUTH_SRP}
|
||||
{"TLS-SRP", CURL_VERSION_TLSAUTH_SRP},
|
||||
{"HTTP2", CURL_VERSION_HTTP2}
|
||||
};
|
||||
|
||||
/* Split the argument of -E to 'certname' and 'passphrase' separated by colon.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue