From: Dan Fandrich Date: Tue, 9 Dec 2008 22:00:18 +0000 (+0000) Subject: Documented CURLOPT_CONNECT_ONLY as being useful only on HTTP URLs. X-Git-Tag: curl-7_19_3~93 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=32f78136b27a8a5a0df89c4b349ece4d53dcad03;p=thirdparty%2Fcurl.git Documented CURLOPT_CONNECT_ONLY as being useful only on HTTP URLs. --- diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index a8151b24bf..38fe0ff40e 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