aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorJoe Milbourn <joe.milbourn+mpd@gmail.com>2009-01-13 23:10:41 +0100
committerMax Kellermann <max@duempel.org>2009-01-13 23:10:41 +0100
commit7320db5af2cca2040520694aed4996eb84dba323 (patch)
treee54a575e38587d80cfacf7c51adc25b7e968f47b /NEWS
parent823ea562421449dabfcf3afc621a211db2c40d3d (diff)
downloadmpd-7320db5af2cca2040520694aed4996eb84dba323.tar.gz
mpd-7320db5af2cca2040520694aed4996eb84dba323.tar.xz
mpd-7320db5af2cca2040520694aed4996eb84dba323.zip
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.
Diffstat (limited to '')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
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