📄 curl_multi_remove_handle.3
字号:
.\" $Id: curl_multi_remove_handle.3,v 1.4 2003/03/10 20:43:59 bagder Exp $.\".TH curl_multi_remove_handle 3 "6 March 2002" "libcurl 7.9.5" "libcurl Manual".SH NAMEcurl_multi_remove_handle - remove an easy handle from a multi session.SH SYNOPSIS#include <curl/curl.h>CURLMcode curl_multi_remove_handle(CURLM *multi_handle, CURL *easy_handle);.ad.SH DESCRIPTIONRemoves a given easy_handle from the multi_handle. This will make thespecified easy handle be removed from this multi handle's control.When the easy handle has been removed from a multi stack, it is againperfectly legal to invoke \fIcurl_easy_perform()\fP on this easy handle.Removing a handle while being used, will effectively halt all transfers inprogress..SH RETURN VALUECURLMcode type, general libcurl multi interface error code..SH "SEE ALSO".BR curl_multi_cleanup "(3)," curl_multi_init "(3)"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -