From 8158f622a6f56cd2b0d171d225cb18788e1c5a46 Mon Sep 17 00:00:00 2001 From: jayvenn21 Date: Mon, 9 Feb 2026 19:37:20 -0500 Subject: [PATCH] docs: remove redundant socketp sentence per review --- docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.md b/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.md index c6d74036ca..ad71f413f8 100644 --- a/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.md +++ b/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.md @@ -103,7 +103,7 @@ active transfer. It might soon be added again. After libcurl signals CURL_POLL_REMOVE, the application must stop monitoring that socket on libcurl's behalf. libcurl does not track idle connections. The pointer previously assigned to the socket with curl_multi_assign(3) is forgotten by -libcurl. Applications must not rely on *socketp* to track idle connections. +libcurl. When a socket is given a CURL_POLL_REMOVE value, it might be because libcurl is going to close it, but it might also mean that it does not need any more