Skip to content

Commit

Permalink
CURLOPT_CONNECT_ONLY.3: CURLINFO_LASTSOCKET => CURLINFO_ACTIVESOCKET
Browse files Browse the repository at this point in the history
  • Loading branch information
Svyatoslav Mishyn authored and bagder committed Oct 8, 2015
1 parent bce6896 commit 2e373f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3
Expand Up @@ -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.
Expand Down

0 comments on commit 2e373f4

Please sign in to comment.