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

index 6f5a6eaf7a14d39df600553e7e6b690614dc1ea4..146cb85d94a05ad4324f9153d66a6c37f02a2478 100644 (file)
@@ -47,7 +47,7 @@ this option.
 You must ensure that the socket is writable before calling
 \fIcurl_easy_send(3)\fP, otherwise the call will return \fBCURLE_AGAIN\fP -
 the socket is used in non-blocking mode internally. Use
-\fIcurl_easy_getinfo(3)\fP with \fBCURLINFO_LASTSOCKET\fP to obtain the
+\fIcurl_easy_getinfo(3)\fP with \fBCURLINFO_ACTIVESOCKET(3)\fP to obtain the
 socket; use your operating system facilities like \fIselect(2)\fP to check if
 it can be written to.
 .SH AVAILABILITY