From 9e20ae64470646c4883dc12081cb1b4aa765e2e0 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Mon, 13 Feb 2017 15:34:48 -0500 Subject: [PATCH] Add comment --- src/uploader.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/uploader.c b/src/uploader.c index c18505e..bfad08e 100644 --- a/src/uploader.c +++ b/src/uploader.c @@ -458,6 +458,8 @@ static void after_push_shard(uv_work_t *work, int status) shard->progress = COMPLETED_PUSH_SHARD; state->completed_shards += 1; shard->push_shard_request_count = 0; + + // Update the uploaded size outside of the progress async handle shard->uploaded_size = shard->meta->size; // Update the exchange report with success