mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
Documented CURLOPT_CONNECT_ONLY as being useful only on HTTP URLs.
This commit is contained in:
parent
01d6133bd7
commit
32f78136b2
@ -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…
Reference in New Issue
Block a user