cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Uploaded unaligned file size

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 22 Aug 2016 14:56:23 +0200 (CEST)

On Mon, 22 Aug 2016, Sasikala Raju wrote:

> File size is about 500 MB. Is it something like our send callback dint send
> all the bytes to be uploaded ?

...

> == cURL Info: Uploaded unaligned file size (170253550 out of 539630830 bytes)

This means that you told curl before the transfer started that the file size
was 539630830, but by the time the transfer ended curl had only counted
170253550 byte sent.

Exactly why isn't visible here.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:  https://curl.haxx.se/mail/etiquette.html
Received on 2016-08-22