From 32f78136b27a8a5a0df89c4b349ece4d53dcad03 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 9 Dec 2008 22:00:18 +0000 Subject: [PATCH] Documented CURLOPT_CONNECT_ONLY as being useful only on HTTP URLs. --- docs/libcurl/curl_easy_setopt.3 | 1 + 1 file changed, 1 insertion(+) 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