curl-and-python
Re: Problems with multi and MAX_RECV_SPEED_LARGE
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sat, 7 Aug 2010 13:57:40 +0200 (CEST)
Date: Sat, 7 Aug 2010 13:57:40 +0200 (CEST)
On Fri, 6 Aug 2010, Chris Elston wrote:
> I'm having problems using the MAX_RECV_SPEED_LARGE option with a CurlMulti
> handle. My app is reasonably complex, but luckily the problem is easily
> reproduceable with a simple change to the retriever-multi.py example.
Does the C binding code pass on that value as a curl_off_t type argument?
There's a quite common problem when people pass in a "long" to a *_LARGE
option and that causes errors such as this on 32 bit platforms.
-- / daniel.haxx.se _______________________________________________ http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-pythonReceived on 2010-08-07