mirror of
https://github.com/rclone/rclone.git
synced 2024-12-23 07:29:35 +01:00
jottacloud: Fix socket leak on Object.Remove - fixes #2637
This commit is contained in:
parent
b24facb73d
commit
bb2e361004
@ -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 New Issue
Block a user