cURL / Mailing Lists / curl-library / Single Mail

curl-library

Problem with curl_multi_remove_handle

From: Tomasz Cybulski <cbull_at_wp.pl>
Date: Wed, 8 Nov 2006 16:25:39 +0100

Hi,

Here's my problem:

It seems that when doing curl_multi_remove_handle(multi, easy) before
transfer on easy is complete and then adding the same easy (or different -
it doesn't matter) to multi makes curl_multi_perform return incorect number
of running_handles (increased by 1 - the one that I already removed). It
makes my application think there are pending transfers as running_handles
never decreases to 0.

Is this a bug or I am missing something?

Tomasz
Received on 2006-11-08