fix bug: upload a file which already existed return a wrong file size.

This commit is contained in:
yanyiwu
2014-12-26 15:36:33 +08:00
parent 12d86a0f1e
commit 5a40f539f2
3 changed files with 19 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ const (
)
/*
* A Needle means a uploaded and stored file.
* Needle file size is limited to 4GB for now.
*/
type Needle struct {