aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_setopt.3
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-12-09 22:00:18 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-12-09 22:00:18 +0000
commit32f78136b27a8a5a0df89c4b349ece4d53dcad03 (patch)
tree92c3885c410af635680206d2af194baac7758425 /docs/libcurl/curl_easy_setopt.3
parent01d6133bd71c33c667ef54b62ceb431ed1b9bf23 (diff)
Documented CURLOPT_CONNECT_ONLY as being useful only on HTTP URLs.
Diffstat (limited to 'docs/libcurl/curl_easy_setopt.3')
-rw-r--r--docs/libcurl/curl_easy_setopt.31
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index a8151b24b..38fe0ff40 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -1388,6 +1388,7 @@ Resolve to ipv6 addresses.
.IP CURLOPT_CONNECT_ONLY
Pass a long. If the parameter equals 1, it tells the library to perform all
the required proxy authentication and connection setup, but no data transfer.
+This option is useful only on HTTP URLs.
This option is useful with the \fICURLINFO_LASTSOCKET\fP option to
\fIcurl_easy_getinfo(3)\fP. The library can set up the connection and then the