diff options
author | Svyatoslav Mishyn <juef@openmailbox.org> | 2015-10-08 19:26:47 +0300 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-10-08 22:50:42 +0200 |
commit | 08e5fb4465c3969f579f8d9cd34731cc74ff5c38 (patch) | |
tree | c66403b1dc270278077e2c18652363010e814453 | |
parent | 2e373f4a6fb992f154acfc66c3c299cbc3abf4bc (diff) |
curl_easy_send.3: CURLINFO_LASTSOCKET => CURLINFO_ACTIVESOCKET
-rw-r--r-- | docs/libcurl/curl_easy_send.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_send.3 b/docs/libcurl/curl_easy_send.3 index 6f5a6eaf7..146cb85d9 100644 --- a/docs/libcurl/curl_easy_send.3 +++ b/docs/libcurl/curl_easy_send.3 @@ -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 |