Update docs/libcurl/opts/CURLOPT_CLOSESOCKETFUNCTION.md

Co-authored-by: Daniel Stenberg <daniel@haxx.se>
This commit is contained in:
Jayanth Vennamreddy 2026-02-07 18:39:51 -05:00 committed by jayvenn21
parent db82a8f110
commit 386e35cda6

View file

@ -79,8 +79,7 @@ After libcurl signals CURL_POLL_REMOVE for a socket, the application must
stop monitoring that socket on libcurl's behalf.
libcurl may still retain the connection internally for reuse. When the
socket has been removed, the pointer previously assigned to it with
curl_multi_assign(3) is forgotten by libcurl. Applications must not rely
on *socketp* to track idle connections.
curl_multi_assign(3) is forgotten by libcurl. libcurl does not track idle connections.
# DEFAULT