mirror of
https://github.com/curl/curl.git
synced 2026-08-05 19:26:13 +03:00
Update docs/libcurl/opts/CURLOPT_CLOSESOCKETFUNCTION.md
Co-authored-by: Daniel Stenberg <daniel@haxx.se>
This commit is contained in:
parent
9426e140c0
commit
db82a8f110
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ unexpected readiness events.
|
||||||
## Socket callback and idle sockets
|
## Socket callback and idle sockets
|
||||||
|
|
||||||
After libcurl signals CURL_POLL_REMOVE for a socket, the application must
|
After libcurl signals CURL_POLL_REMOVE for a socket, the application must
|
||||||
stop monitoring that socket for read and write events on libcurl's behalf.
|
stop monitoring that socket on libcurl's behalf.
|
||||||
libcurl may still retain the connection internally for reuse. When the
|
libcurl may still retain the connection internally for reuse. When the
|
||||||
socket has been removed, the pointer previously assigned to it with
|
socket has been removed, the pointer previously assigned to it with
|
||||||
curl_multi_assign(3) is forgotten by libcurl. Applications must not rely
|
curl_multi_assign(3) is forgotten by libcurl. Applications must not rely
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue