mirror of
https://github.com/curl/curl.git
synced 2026-08-01 17:20:30 +03:00
docs: remove redundant socketp sentence per review
This commit is contained in:
parent
ba041b04a1
commit
8158f622a6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue