1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

CURLOPT_CONNECT_ONLY.3: Removed "This option is implemented for..." text

As this is covered by the PROTOCOLS section and saves having to update
two parts of the document with the same information in future.
This commit is contained in:
Steve Holme 2014-10-31 13:06:47 +00:00
parent 3af962a993
commit 7d9c1ebd66

View File

@ -30,7 +30,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_CONNECT_ONLY, long only);
.SH DESCRIPTION
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,
and then return. This option is implemented for HTTP, SMTP and POP3.
and then return.
The option can be used to simply test a connection to a server, but is more
useful when used with the \fICURLINFO_LASTSOCKET\fP option to