[pve-devel] applied: [PATCH v2 proxmox-openid-rs] add http proxy support
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Mar 22 11:29:51 CET 2022
On 22.03.22 10:41, Mira Limbeck wrote:
> ureq has support for a HTTP proxy, but no support for HTTPS proxy yet.
> ureq doesn't query `all_proxy` and `ALL_PROXY` environment variables by
> itself, the way curl does. So set the proxy in code if any of the above
> environment variables are set.
>
> Signed-off-by: Mira Limbeck <m.limbeck at proxmox.com>
> ---
> v2:
> - changed from multiple branches to 'or_else' as the body was the same
> in both cases
>
> src/http_client.rs | 12 +++++++++---
> 1 file changed, 9 insertions(+), 3 deletions(-)
>
>
applied, thanks!
More information about the pve-devel
mailing list