X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess%2Fhttp.c;h=46e8dd434bd251d8648d41e25f3f24e8db134edc;hb=8ad60e05cdb9509e329ece1d8f4cd5b91306d811;hp=84b7c36c6d7d8afff2d8996199b89881fffab7cb;hpb=1d8fa38783a9e68ed9dfcc380eb63ac142d85907;p=vlc diff --git a/modules/access/http.c b/modules/access/http.c index 84b7c36c6d..46e8dd434b 100644 --- a/modules/access/http.c +++ b/modules/access/http.c @@ -278,7 +278,7 @@ static int Open( vlc_object_t *p_this ) #ifdef HAVE_GETENV else { - char *psz_proxy = getenv( "http_proxy" ); + char *psz_proxy = getenv( "HTTP_PROXY" ); if( psz_proxy && *psz_proxy ) { p_sys->b_proxy = VLC_TRUE;