Documented CURLOPT_CONNECT_ONLY as being useful only on HTTP URLs.

This commit is contained in:
Dan Fandrich 2008-12-09 22:00:18 +00:00
parent 01d6133bd7
commit 32f78136b2
1 changed files with 1 additions and 0 deletions

View 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