fix(proxy/backup.importVmBackup): only dispose resources at the end (#7152)
Fixes #7052 Fixes zammad#17383 When a stream is returned, the handler immediately returned a stream which disposed the resource. Due to the disposable having a 5 mins debounce delay, the problem was only apparent after 5 mins.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
- [Netbox] Fix VMs' `site` property being unnecessarily updated on some versions of Netbox (PR [#7145](https://github.com/vatesfr/xen-orchestra/pull/7145))
|
||||
- [Netbox] Fix "400 Bad Request" error (PR [#7153](https://github.com/vatesfr/xen-orchestra/pull/7153))
|
||||
- [Backup/Restore] Fix timeout after 5 minutes [#7052](https://github.com/vatesfr/xen-orchestra/issues/7052)
|
||||
|
||||
### Packages to release
|
||||
|
||||
@@ -30,6 +31,7 @@
|
||||
|
||||
<!--packages-start-->
|
||||
|
||||
- @xen-orchestra/proxy patch
|
||||
- xo-server-netbox patch
|
||||
|
||||
<!--packages-end-->
|
||||
|
||||
Reference in New Issue
Block a user