• Joe Milbourn's avatar
    input_curl: honour http_proxy_* config directives · 45598d50
    Joe Milbourn authored
    If http_proxy_{host, port, user, password} are provided in mpd.conf
    they are not passed on to libcurl. As a result mpd cannot stream from
    behind an http proxy.
    
    The attached patch `http_proxy.patch` makes the relevant calls to
    curl_easy_setopt(...) for all proxy configuration parameters, but is
    only tested for host and port.
    45598d50
input_curl.c 20.1 KB