On Sat, Mar 26, 2011 at 8:37 PM, <[email protected]> wrote: > if realsize turns out to be more than 64 kilobytes, it might overflow. > Does the library account for possible overflows?
I believe the amount of data passed to any single invocation of the write callback is limited to CURL_MAX_WRITE_SIZE (16384 bytes by default). - Jeff ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
