fix(xen-api/putResource): dont loose task ref on redirect (#3243)
Fixes #3245
This commit is contained in:
parent
8fbf2786fd
commit
ba6b968256
@ -20,9 +20,11 @@
|
||||
|
||||
- [Pools] Filter GPU groups by pool [#3176](https://github.com/vatesfr/xen-orchestra/issues/3176) (PR [#3253](https://github.com/vatesfr/xen-orchestra/pull/3253))
|
||||
- [Backup NG] Fix delta backups with SMB remotes [#3224](https://github.com/vatesfr/xen-orchestra/issues/3224) (PR [#3278](https://github.com/vatesfr/xen-orchestra/pull/3278))
|
||||
- Fix VM restoration getting stuck on local SRs [#3245](https://github.com/vatesfr/xen-orchestra/issues/3245) (PR [#3243](https://github.com/vatesfr/xen-orchestra/pull/3243))
|
||||
|
||||
### Released packages
|
||||
|
||||
- xen-api v0.17.0
|
||||
- @xen-orchestra/fs 0.2.1
|
||||
- xo-server v5.24.0
|
||||
- xo-web v5.24.0
|
||||
|
@ -572,10 +572,10 @@ export class Xapi extends EventEmitter {
|
||||
body,
|
||||
headers,
|
||||
pathname,
|
||||
query,
|
||||
rejectUnauthorized: !this._allowUnauthorized,
|
||||
},
|
||||
override
|
||||
override,
|
||||
{ query }
|
||||
)
|
||||
|
||||
// if a stream, sends a dummy request to probe for a
|
||||
|
Loading…
Reference in New Issue
Block a user