[pve-devel] [PATCH proxmox-openid-rs] fix Open ID with Azure as provider

Dietmar Maurer dietmar at proxmox.com
Fri Apr 1 06:21:21 CEST 2022


>      let response = if let Method::POST = request.method {
> -        req.send(&*request.body)
> +        let bytes = request.body.as_slice();
> +        req.send_bytes(bytes)

Does this have the side effect of changing the transfer encoding? If so, it is worth to add an inline comment.





More information about the pve-devel mailing list