Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatthew Setter <matthew@matthewsetter.com>2017-05-03 14:17:09 +0300
committerMatthew Setter <matthew@matthewsetter.com>2017-05-03 14:17:09 +0300
commit3185b0940bf60b0dedefce9242ffbd693ab0b5c7 (patch)
treea68a410035616aeea9d8d2f932379ee9227b3dbe /doc
parent013a0e25d5921a623b484bb75b5223829b663e8d (diff)
Increase the clarity of the checksum statements
This comes after discussion and feedback with @phil-davis.
Diffstat (limited to 'doc')
-rw-r--r--doc/architecture.rst3
1 files changed, 2 insertions, 1 deletions
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
~~~~~~~~