cURL
Your ad here would be seen by 100,000 unique vistors every month Haxx ad
libcurl

Shopping cart software, Online file storage, Online photo storage, Hosted shopping cart, Contact management software, Email marketing software, Project management software, Issue tracking software, Online notepad, Web publishing software

curl's project page on SourceForge.net

cURL > Mailing List > Monthly Index > Single Mail

curl-library Archives

Re: CURLOPT_MAX_RECV_SPEED_LARGE not working

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 14 May 2009 22:35:48 +0200 (CEST)

On Wed, 13 May 2009, Joaquim Pedro França Simão wrote:

> curl_easy_setopt(image, CURLOPT_MAX_RECV_SPEED_LARGE, 10);

You probably need to typecast that 10 to a curl_off_t type for that to work:

   curl_easy_setopt(image, CURLOPT_MAX_RECV_SPEED_LARGE, (curl_off_t)10);

-- 
  / daniel.haxx.se
Received on 2009-05-14

These mail archives are generated by hypermail.

donate! Page updated April 20, 2009.
web site info

File upload with ASP.NET