mirror of
https://github.com/curl/curl.git
synced 2026-08-24 16:33:33 +03:00
earlier -> lower/older
This commit is contained in:
parent
ebeeec8d6d
commit
3f6073553f
12 changed files with 14 additions and 15 deletions
|
|
@ -41,7 +41,7 @@ int main(void)
|
|||
if(curl) {
|
||||
curl_easy_setopt(curl, CURLOPT_URL, "https://example.com");
|
||||
|
||||
/* Use HTTP/3 but fallback to earlier HTTP if necessary */
|
||||
/* Use HTTP/3 but fallback to lower HTTP if necessary */
|
||||
curl_easy_setopt(curl, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_3);
|
||||
|
||||
/* Perform the request, result gets the return code */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue