]> git.proxmox.com Git - proxmox-backup.git/commit
start hyper server using with_graceful_shutdown()
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 10 Apr 2019 06:24:32 +0000 (08:24 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 10 Apr 2019 06:24:32 +0000 (08:24 +0200)
commit5f550fd99f849385320103f6b874d9913cc83ca6
tree23e637911d77bdea69bfd07e34f60b438d64828a
parent7f2078de595e56562300af95173917b15bc1f542
start hyper server using with_graceful_shutdown()

Without, hyper keeps some futures running, and the server does not
correctly shutdown.
src/bin/proxmox-backup-api.rs
src/bin/proxmox-backup-proxy.rs
src/tools/daemon.rs