mirror of
https://github.com/rclone/rclone.git
synced 2025-04-14 00:58:59 +02: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",
|
Method: "POST",
|
||||||
Path: o.filePath(),
|
Path: o.filePath(),
|
||||||
Parameters: url.Values{},
|
Parameters: url.Values{},
|
||||||
|
NoResponse: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
if o.fs.opt.HardDelete {
|
if o.fs.opt.HardDelete {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user