cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: bitmap buffer (c++)

From: Linus Nielsen Feltzing <linus_at_haxx.se>
Date: Thu, 13 Nov 2008 14:11:51 +0100

iamsal_at_interfree.it wrote:
> I use curl-easy to receive a bitmap buffer by a network camera, but the buffer doesn't arrive
> always complete, the more if i use many applications doing the same thing...
> I would like to know if there is a way to force curl to take ALL the buffer.
> Here is a piece of the code (C++)

> CURLcode error;
> error=curl_easy_perform(curl_handle);

Does it return CURLE_OK even when you receive an incomplete image?

Linus
Received on 2008-11-13