earlier -> lower/older

This commit is contained in:
Viktor Szakats 2026-06-08 20:35:24 +02:00
parent ebeeec8d6d
commit 3f6073553f
No known key found for this signature in database
12 changed files with 14 additions and 15 deletions

View file

@ -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 */