complete submit chunked file
This commit is contained in:
@@ -85,10 +85,9 @@ func (cm *ChunkManifest) DeleteChunks(master string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (cm *ChunkManifest) StoredHelper() error {
|
||||
//TODO
|
||||
return nil
|
||||
}
|
||||
//func (cm *ChunkManifest) StoredHelper() error {
|
||||
// return nil
|
||||
//}
|
||||
|
||||
func httpRangeDownload(fileUrl string, w io.Writer, offset int64) (written int64, e error) {
|
||||
req, err := http.NewRequest("GET", fileUrl, nil)
|
||||
|
||||
Reference in New Issue
Block a user