forked from TrueCloudLab/rclone
jottacloud: Fix socket leak on Object.Remove - fixes #2637
This commit is contained in:
parent
b24facb73d
commit
bb2e361004
1 changed files with 1 additions and 0 deletions
|
@ -1085,6 +1085,7 @@ func (o *Object) Remove() error {
|
|||
Method: "POST",
|
||||
Path: o.filePath(),
|
||||
Parameters: url.Values{},
|
||||
NoResponse: true,
|
||||
}
|
||||
|
||||
if o.fs.opt.HardDelete {
|
||||
|
|
Loading…
Reference in a new issue