diff options
Diffstat (limited to 'docs/libcurl/opts/CURLINFO_LOCAL_IP.3')
-rw-r--r-- | docs/libcurl/opts/CURLINFO_LOCAL_IP.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLINFO_LOCAL_IP.3 b/docs/libcurl/opts/CURLINFO_LOCAL_IP.3 index 2b44d9ab1..9c4827a22 100644 --- a/docs/libcurl/opts/CURLINFO_LOCAL_IP.3 +++ b/docs/libcurl/opts/CURLINFO_LOCAL_IP.3 @@ -45,7 +45,7 @@ All { char *ip; - curl_easy_setopt(curl, CURLOPT_URL, "http://example.com"); + curl_easy_setopt(curl, CURLOPT_URL, "https://example.com"); /* Perform the request, res will get the return code */ res = curl_easy_perform(curl); |