diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-09-12 23:37:52 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-09-12 23:37:52 +0200 |
commit | a7cb6a28e24a55e0f5d4afd1a90038b2ad2e75e5 (patch) | |
tree | 1d323fa9cc22e5c74ee8da795b26de1ff1f81a39 /docs/libcurl | |
parent | 3d4ffa71f725e912fea468c9bf96e01ea9cdc89c (diff) |
CURLINFO_ACTIVESOCKET.3: mention it replaces *LASTSOCKET
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 b/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 index f9e931138..6f83f6b7f 100644 --- a/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 +++ b/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 @@ -35,6 +35,9 @@ returned. When you finish working with the socket, you must call \fIcurl_easy_cleanup(3)\fP as usual on the easy handle and let libcurl close the socket and cleanup other resources associated with the handle. This is typically used in combination with \fICURLOPT_CONNECT_ONLY(3)\fP. + +This option was added as a replacement for \fICURLINFO_LASTSOCKET(3)\fP since +that one isn't working on all platforms. .SH PROTOCOLS All .SH EXAMPLE @@ -45,4 +48,4 @@ Added in 7.45.0 Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not. .SH "SEE ALSO" .BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), " -.BR CURLINFO_ACTIVESOCKET "(3), " +.BR CURLINFO_LASTSOCKET "(3), " |