Skip to content

Commit

Permalink
Documented CURLOPT_CONNECT_ONLY as being useful only on HTTP URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Dec 9, 2008
1 parent 01d6133 commit 32f7813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/libcurl/curl_easy_setopt.3
Expand Up @@ -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
Expand Down

0 comments on commit 32f7813

Please sign in to comment.