mirror of
https://github.com/curl/curl.git
synced 2026-05-15 06:56:22 +03:00
Documented CURLOPT_CONNECT_ONLY as being useful only on HTTP URLs.
This commit is contained in:
parent
01d6133bd7
commit
32f78136b2
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue