On Mon, 7 Jan 2013 20:25:47 +0900
Bluezery wrote:
> If easy hadle is not removed from multi-handle,
> Is it possible to stop easy handle's transfer? while other easy
> handles are active.
>
> But it seems to be bug that APIs do not work after timeout..
>
> 2013/1/7 Michael Blumenkrantz :
> > I'
If easy hadle is not removed from multi-handle,
Is it possible to stop easy handle's transfer? while other easy
handles are active.
But it seems to be bug that APIs do not work after timeout..
2013/1/7 Michael Blumenkrantz :
> I've located a bug that I encountered over the weekend in ecore_con_ur
I've located a bug that I encountered over the weekend in ecore_con_url.c.
In _ecore_con_url_timeout_cb(), the curl object is unhooked from the multi
handle, and the url object is removed from the list. I think this is wrong
since it prevents that url object from being reused like other objects.
Th