From: Matthew Setter Date: Wed, 3 May 2017 11:17:09 +0000 (+0200) Subject: Increase the clarity of the checksum statements X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~759^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3185b0940bf60b0dedefce9242ffbd693ab0b5c7;p=nextcloud-desktop.git Increase the clarity of the checksum statements This comes after discussion and feedback with @phil-davis. --- 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 ~~~~~~~~