Search Results

  1. curl_multi_remove_handle - remove an easy handle from a multi session Related: easy options getinfo options multi options Symbols File a bug about this page View man page source

  2. Removing an easy handle from the multi handle before the corresponding transfer is complete might cause libcurl to close the connection - if the state of it and the internal protocol handler deem it necessary.

  3. Removes a given handle from the given multi_handle. When the handle has been removed, it is again perfectly legal to run curl_exec () on this handle. Removing the handle while being used, will effectively halt the transfer in progress involving that handle.

  4. Removes a given easy_handle from the multi_handle. This makes the specified easy handle be removed from this multi handle's control. When the easy handle has been removed from a multi stack, it is again perfectly legal to invoke curl_easy_perform (3) on this easy handle. Removing an easy handle while being in use is perfectly legal and effectively halts the transfer in progress involving that ...

  5. Description Removes a given easy_handle from the multi_handle. This makes the specified easy handle be removed from this multi handle's control. When the easy handle has been removed from a multi stack, it is again perfectly legal to invoke curl_easy_perform on this easy handle.

  6. Description Removes a given easy_handle from the multi_handle. This will make the specified easy handle be removed from this multi handle's control. When the easy handle has been removed from a multi stack, it is again perfectly legal to invoke curl_easy_perform () on this easy handle.

  7. People also ask

  8. Removing an easy handle from the multi handle before the corresponding transfer is complete might cause libcurl to close the connection - if the state of it and the internal protocol handler deem it necessary. Otherwise libcurl keeps the connection alive in the connection pool associated with the multi handle, ready to get reused for a future transfer using this multi handle.

  1. People also search for