Increase the clarity of the checksum statements
authorMatthew Setter <matthew@matthewsetter.com>
Wed, 3 May 2017 11:17:09 +0000 (13:17 +0200)
committerMatthew Setter <matthew@matthewsetter.com>
Wed, 3 May 2017 11:17:09 +0000 (13:17 +0200)
This comes after discussion and feedback with @phil-davis.

doc/architecture.rst

index 58ff1d17dae1438562b54688b47a8bbefbb0c53f..9229ced33839794b1295e8855092119b6bcb18af 100644 (file)
@@ -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
 ~~~~~~~~