From fd00e14adb11ee1ec4f39e01ce25041c7f4316b5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 7 Aug 2019 09:49:18 +0200 Subject: curl.h: add CURL_HTTP_VERSION_3 to the version enum It can't be set for CURLOPT_HTTP_VERSION, but it can be extracted with CURLINFO_HTTP_VERSION. --- lib/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/url.c') diff --git a/lib/url.c b/lib/url.c index c61319b3b..99bea3f01 100644 --- a/lib/url.c +++ b/lib/url.c @@ -3201,7 +3201,7 @@ static CURLcode parse_connect_to_slist(struct Curl_easy *data, break; case ALPN_h3: conn->transport = TRNSPRT_QUIC; - conn->httpversion = CURL_HTTP_VERSION_LAST; /* for the moment */ + conn->httpversion = CURL_HTTP_VERSION_3; break; default: /* shouldn't be possible */ break; -- cgit v1.2.3