mirror of
https://github.com/curl/curl.git
synced 2026-05-30 08:47:28 +03:00
parent
9e560d11aa
commit
0942017162
1 changed files with 1 additions and 3 deletions
|
|
@ -354,9 +354,7 @@ static void up_free(struct Curl_easy *data)
|
|||
* This is the internal function curl_easy_cleanup() calls. This should
|
||||
* cleanup and free all resources associated with this sessionhandle.
|
||||
*
|
||||
* NOTE: if we ever add something that attempts to write to a socket or
|
||||
* similar here, we must ignore SIGPIPE first. It is currently only done
|
||||
* when curl_easy_perform() is invoked.
|
||||
* We ignore SIGPIPE when this is called from curl_easy_cleanup.
|
||||
*/
|
||||
|
||||
CURLcode Curl_close(struct Curl_easy **datap)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue