diff options
author | Joe Milbourn <joe.milbourn+mpd@gmail.com> | 2009-01-13 23:10:41 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-13 23:10:41 +0100 |
commit | 7320db5af2cca2040520694aed4996eb84dba323 (patch) | |
tree | e54a575e38587d80cfacf7c51adc25b7e968f47b /NEWS | |
parent | 823ea562421449dabfcf3afc621a211db2c40d3d (diff) | |
download | mpd-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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |