]> git.proxmox.com Git - proxmox.git/commit - proxmox-rest-server/src/h2service.rs
bump proxmox to 0.3, cleanup http_err macro usage
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 29 Jul 2020 07:38:11 +0000 (09:38 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 29 Jul 2020 07:38:36 +0000 (09:38 +0200)
commitdf9109d49367d9ff8c667ac8686e20183e2edb8a
tree5d60be189aa275badae701daf65d41be1f7136a2
parent67294d479655e3f7f8182d218f6482071ae4fcd6
bump proxmox to 0.3, cleanup http_err macro usage

Also swap the order of a couple of `.map_err().await` to
`.await.map_err()` since that's generally more efficient.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/server/h2service.rs
src/server/rest.rs