Increase the clarity of the checksum statements

This comes after discussion and feedback with @phil-davis.
This commit is contained in:
Matthew Setter 2017-05-03 13:17:09 +02:00
parent 013a0e25d5
commit 3185b0940b

View 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
~~~~~~~~