nghttp3: required when ngtcp2 is used for QUIC

- checked for by configure
- updated docs/HTTP3.md
- shown in the version string

Closes #4210
This commit is contained in:
Daniel Stenberg 2019-08-10 23:19:55 +02:00
parent 17d1e27d30
commit d85a1cf11d
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 128 additions and 9 deletions

View file

@ -1055,7 +1055,7 @@ CURLcode Curl_quic_connect(struct connectdata *conn,
*/
int Curl_quic_ver(char *p, size_t len)
{
return msnprintf(p, len, " ngtcp2/blabla");
return msnprintf(p, len, " ngtcp2/blabla nghttp3/bloblo");
}
CURLcode Curl_quic_is_connected(struct connectdata *conn, int sockindex,