[vlc-devel] [PATCH] win32/netconf: detect proxy URL from system configuration

Pierre Lamot pierre at videolabs.io
Mon Feb 12 18:34:05 CET 2018


> > +char *vlc_getProxyUrl(const char *psz_url)
> > +{
> > +    char *proxy = config_GetPsz( (vlc_object_t *)(NULL), "http-proxy" );
> > +    if (proxy != NULL)
> > +    {
> 
> Hmm no. On 4.0 upgrade, users who set a single proxy for lack of better
> option, will still end up using the single proxy instead of the more
> flexible Windows setting.
> 

I see this the other way around, users who set explicilty a proxy in the  
preference will expect it to be used over de sytem one.

-- 
Pierre Lamot



More information about the vlc-devel mailing list