[pve-devel] applied: [RFC PATCH installer 1/5] common: add function for issuing HTTP GET requests

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Nov 14 21:22:06 CET 2024


Am 13.11.24 um 14:59 schrieb Christoph Heiss:
> Factors out the user-agent building into a separate function and then
> re-uses that for get().
> 
> This has the side-effect that now for all requests issued by post() a
> timeout of 60s is applied. Previously, this was only done when an
> explicit fingerprint was given. Minute change and shouldn't effect
> anything.
> 
> Signed-off-by: Christoph Heiss <c.heiss at proxmox.com>
> ---
>  proxmox-installer-common/src/http.rs | 71 +++++++++++++++++++---------
>  1 file changed, 48 insertions(+), 23 deletions(-)
> 
>

applied this one already, thanks!




More information about the pve-devel mailing list