On Wed, 28 Apr 2010, Ben Greear wrote: Thanks, I just spotted one little nit:
+ unsigned long total_dl = 0; + unsigned long total_ul = 0;
These should be using the type 'curl_off_t' I would guess, to make them likelier to work for large sizes. I fixed this and pushed it!
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
