Sponsors:
Haxx
|
cURL Mailing List Monthly Index Single Mail
curl-library Archives
Re: Libcurl stops when sending lots of https messages
Hi,
L S wrote:
> Hi again!
..
> /* subzero, this would've blocked */
> if(0 > readrc)
> {
> conn->cselect_bits |= CURL_CSELECT_IN; //Remember that connection is of type CURL_CSELECT_IN
> break; /* get out of loop */
>
> }
>
> I haven't this fix on a grander scheme. But for my application it seems to work.
Nice catch, good patch.
Markus
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2009-11-07
These mail archives are generated by hypermail.
|