ref CopyRename TODOs
This commit is contained in:
parent
47076d6487
commit
1cd7bd1100
@ -107,6 +107,13 @@ func (c *Client) copymove(method string, oldpath string, newpath string, overwri
|
|||||||
switch rs.StatusCode {
|
switch rs.StatusCode {
|
||||||
case 201, 204:
|
case 201, 204:
|
||||||
return nil
|
return nil
|
||||||
|
|
||||||
|
case 207:
|
||||||
|
// TODO handle multistat errors, worst case ...
|
||||||
|
log(String(rs.Body))
|
||||||
|
|
||||||
|
case 409:
|
||||||
|
// TODO create dst path
|
||||||
}
|
}
|
||||||
|
|
||||||
return newPathError(method, oldpath, rs.StatusCode)
|
return newPathError(method, oldpath, rs.StatusCode)
|
||||||
|
Loading…
Reference in New Issue
Block a user