]> granicus.if.org Git - curl/commitdiff
Documented CURLOPT_CONNECT_ONLY as being useful only on HTTP URLs.
authorDan Fandrich <dan@coneharvesters.com>
Tue, 9 Dec 2008 22:00:18 +0000 (22:00 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Tue, 9 Dec 2008 22:00:18 +0000 (22:00 +0000)
docs/libcurl/curl_easy_setopt.3

index a8151b24bfb0b2738a9540da7db3438c292dbaa4..38fe0ff40ed021869149ebe29b9bb6019d71dd3e 100644 (file)
@@ -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