]> granicus.if.org Git - curl/commitdiff
CURLOPT_CONNECT_ONLY.3: CURLINFO_LASTSOCKET => CURLINFO_ACTIVESOCKET
authorSvyatoslav Mishyn <juef@openmailbox.org>
Thu, 8 Oct 2015 15:14:18 +0000 (18:14 +0300)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 8 Oct 2015 20:50:42 +0000 (22:50 +0200)
docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3

index afb3cfdc3df98082dcced92ac75a8b17391181f8..a017a0da6145210d85cd86097250ee5e8a3dc089 100644 (file)
@@ -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.