From 386e35cda66ec79e03f029125fc7c1ac2e5ad7f6 Mon Sep 17 00:00:00 2001 From: Jayanth Vennamreddy <53269831+jayvenn21@users.noreply.github.com> Date: Sat, 7 Feb 2026 18:39:51 -0500 Subject: [PATCH] Update docs/libcurl/opts/CURLOPT_CLOSESOCKETFUNCTION.md Co-authored-by: Daniel Stenberg --- docs/libcurl/opts/CURLOPT_CLOSESOCKETFUNCTION.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/libcurl/opts/CURLOPT_CLOSESOCKETFUNCTION.md b/docs/libcurl/opts/CURLOPT_CLOSESOCKETFUNCTION.md index cbb30be296..e390695600 100644 --- a/docs/libcurl/opts/CURLOPT_CLOSESOCKETFUNCTION.md +++ b/docs/libcurl/opts/CURLOPT_CLOSESOCKETFUNCTION.md @@ -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