On Mon, 27 Apr 2009, huafeng wu wrote: Please don't top-post!
memcpy((char *)ptr, &pRead->memory[0], BUFFER_SIZE);
You should copy as much data as libcurl asks you for. BUFFER_SIZE will not be universally fine.
-- / daniel.haxx.se
On Mon, 27 Apr 2009, huafeng wu wrote: Please don't top-post!
memcpy((char *)ptr, &pRead->memory[0], BUFFER_SIZE);
You should copy as much data as libcurl asks you for. BUFFER_SIZE will not be universally fine.
-- / daniel.haxx.se