ok, curl.se then

This commit is contained in:
Stefan Eissing 2025-07-31 15:24:27 +02:00
parent 0ca841cefc
commit 51bd1b1f3d
No known key found for this signature in database

View file

@ -152,7 +152,7 @@ int main(void)
/* run a transfer, all TLS sessions received will be added
* to the share. */
curl_easy_setopt(curl, CURLOPT_URL, "https://www.curl.se/");
curl_easy_setopt(curl, CURLOPT_URL, "https://curl.se/");
curl_easy_perform(curl);
/* export the TLS sessions collected in the share */