From 7320db5af2cca2040520694aed4996eb84dba323 Mon Sep 17 00:00:00 2001 From: Joe Milbourn Date: Tue, 13 Jan 2009 23:10:41 +0100 Subject: input_curl: honour http_proxy_* config directives 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. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 577ba3fe4..1326154fe 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,7 @@ MPD 0.14.1 - not yet released - save the database even if it is empty * input_curl: - use select() to eliminate busy loop during connect + - honour http_proxy_* config directives * log: automatically append newline * fix setenv() conflict on Solaris * configure.ac: check for pkg-config before using it -- cgit v1.2.3