diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-10-31 13:06:47 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-10-31 13:14:14 +0000 |
commit | 7d9c1ebd6672167815073a8f225ef473a94b28af (patch) | |
tree | 320a5608fdece0699d6836bb0c6889970917f07a | |
parent | 3af962a993a7e45f4c108db830f10964c767f19d (diff) |
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.
-rw-r--r-- | docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 b/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 index 4da2be7bf..afb3cfdc3 100644 --- a/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 +++ b/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 @@ -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 |