mirror of
https://github.com/curl/curl.git
synced 2025-01-12 13:55:11 +08:00
CURLINFO_LOCAL_PORT.3: fix typo
This commit is contained in:
parent
49f7b13536
commit
f7b3914c55
@ -40,7 +40,7 @@ All
|
||||
|
||||
curl = curl_easy_init();
|
||||
if(curl) {
|
||||
curl_easy_setopt(curl, CURLOPT_URL, "http://example.come/");
|
||||
curl_easy_setopt(curl, CURLOPT_URL, "http://example.com/");
|
||||
res = curl_easy_perform(curl);
|
||||
|
||||
if(CURLE_OK == res) {
|
||||
|
Loading…
Reference in New Issue
Block a user