curl-library
Re: unpausing an upload
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 23 Jul 2013 13:39:08 +0200 (CEST)
Received on 2013-07-23
Date: Tue, 23 Jul 2013 13:39:08 +0200 (CEST)
On Mon, 22 Jul 2013, Justin Karneges wrote:
> Instead of curl_multi_socket_action() with CURL_SOCKET_TIMEOUT, it seems
> the better answer is curl_multi_socket_all().
Right, that's a better work-around but if you have many handles running
that'll cause you quite a significant performance hit.
I suggest a fix like the attached one, what do you think about it?
-- / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- TEXT/x-diff attachment: 0001-curl_easy_pause-on-unpause-trigger-mulit-socket-hand.patch