"Mdale" posted a comment on MediaWiki.r104687.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/104687#c27804

Commit summary for MediaWiki.r104687:

Use database to track uploaded chunks and concatenate at the end.
with i18n documentation dont break phpunit

follow up r93720

Mdale's comment:

We do pass the offset with every chunk uploaded if it does not match running 
size ( stored in the database ) .. then we error out. I don't think out of 
order chunks will be common.. especially since we sync to the transactional 
db... a chunk may be written to disk out of order but the chunk id will still 
be accurate.

The client must send each chunk in order to be a valid upload. 

_______________________________________________
MediaWiki-CodeReview mailing list
mediawiki-coderev...@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to