From 45598d50e30df92a9e99c2471be00f7c8581fe91 Mon Sep 17 00:00:00 2001 From: Joe Milbourn Date: Tue, 13 Jan 2009 22:57:05 +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 a8ebb125f..5fc022fb7 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,7 @@ ver 0.15 - (200?/??/??) * added Icy-Metadata support * fix cross-fading bug: it used to play some chunks of the new song twice * --create-db starts the MPD daemon instead of exiting +* input_curl: honour http_proxy_* config directives ver 0.14 (2008/12/25) * audio outputs: -- cgit v1.2.3