mirror of
https://github.com/rclone/rclone.git
synced 2025-08-16 08:38:11 +02:00
jottacloud: Fix socket leak on Object.Remove - fixes #2637
This commit is contained in:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user