From 3185b0940bf60b0dedefce9242ffbd693ab0b5c7 Mon Sep 17 00:00:00 2001 From: Matthew Setter Date: Wed, 3 May 2017 13:17:09 +0200 Subject: [PATCH] Increase the clarity of the checksum statements This comes after discussion and feedback with @phil-davis. --- doc/architecture.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/architecture.rst b/doc/architecture.rst index 58ff1d17d..9229ced33 100644 --- a/doc/architecture.rst +++ b/doc/architecture.rst @@ -256,7 +256,8 @@ Chunked Upload ~~~~~~~~~~~~~~ Mostly same as above. -The checksum of the full file is sent with every chunk, but the server compares the checksum of the last chunk. +The checksum of the full file is sent with every chunk of the file. +But the server only compares the checksum after receiving the checksum sent with the last chunk. Download ~~~~~~~~ -- 2.30.2