From d85a1cf11d31bbf7a91c406ba011e0235688c527 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 10 Aug 2019 23:19:55 +0200 Subject: nghttp3: required when ngtcp2 is used for QUIC - checked for by configure - updated docs/HTTP3.md - shown in the version string Closes #4210 --- lib/vquic/ngtcp2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/vquic') diff --git a/lib/vquic/ngtcp2.c b/lib/vquic/ngtcp2.c index c1aa00987..3669c714b 100644 --- a/lib/vquic/ngtcp2.c +++ b/lib/vquic/ngtcp2.c @@ -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, -- cgit v1.2.3