projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
013a0e2
)
Increase the clarity of the checksum statements
author
Matthew Setter
<matthew@matthewsetter.com>
Wed, 3 May 2017 11:17:09 +0000
(13:17 +0200)
committer
Matthew 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
patch
|
blob
|
history
diff --git
a/doc/architecture.rst
b/doc/architecture.rst
index 58ff1d17dae1438562b54688b47a8bbefbb0c53f..9229ced33839794b1295e8855092119b6bcb18af 100644
(file)
--- 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
~~~~~~~~