wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wget | Add libproxy support (!35)


From: Jan-Michael Brummer (@jbrummer_vw)
Subject: Re: wget | Add libproxy support (!35)
Date: Mon, 16 Oct 2023 08:38:29 +0000



Jan-Michael Brummer commented on a discussion on src/retr.c: 
https://gitlab.com/gnuwget/wget/-/merge_requests/35#note_1604869207

>        break;
>      }
>    if (!proxy || !*proxy)
> +#ifdef HAVE_LIBPROXY
> +    {
> +       pxProxyFactory *pf = px_proxy_factory_new ();
> +       char direct[] = "direct://";
> +       int i;
> +
> +       if (!pf)
> +         {
> +            debug_logprintf (_("Allocating memory for libproxy failed"));

Ok, removed translation.

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget/-/merge_requests/35#note_1604869207
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]