]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl_easy_recv.3: CURLINFO_LASTSOCKET => CURLINFO_ACTIVESOCKET
authorSvyatoslav Mishyn <juef@openmailbox.org>
Thu, 8 Oct 2015 16:28:30 +0000 (19:28 +0300)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 8 Oct 2015 20:50:49 +0000 (22:50 +0200)
Closes #479

docs/libcurl/curl_easy_recv.3

index d425fe2b46b3f5433003de9e1a445efcf45b2e7b..13012da2423086806816603c0344242f0bc0458d 100644 (file)
@@ -49,7 +49,7 @@ this option.
 You must ensure that the socket has data to read before calling
 \fIcurl_easy_recv(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 has any data you can read.
 .SH AVAILABILITY