diff options
author | Svyatoslav Mishyn <juef@openmailbox.org> | 2015-10-08 18:14:18 +0300 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-10-08 22:50:42 +0200 |
commit | 2e373f4a6fb992f154acfc66c3c299cbc3abf4bc (patch) | |
tree | 79941408009d6ac22c9f5f11573b417be381d39f /docs | |
parent | bce689605d21124f275fac10d812eb5deb4d8428 (diff) |
CURLOPT_CONNECT_ONLY.3: CURLINFO_LASTSOCKET => CURLINFO_ACTIVESOCKET
Diffstat (limited to 'docs')
-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 afb3cfdc3..a017a0da6 100644 --- a/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 +++ b/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 @@ -33,7 +33,7 @@ the required proxy authentication and connection setup, but no data transfer, 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 +useful when used with the \fICURLINFO_ACTIVESOCKET(3)\fP option to \fIcurl_easy_getinfo(3)\fP as the library can set up the connection and then the application can obtain the most recently used socket for special data transfers. |