aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-15 16:12:11 +0100
committerMax Kellermann <max@duempel.org>2009-01-15 16:16:53 +0100
commitfa3899f7b0e6c3250f3cb38ac4f9a07d0ab80874 (patch)
treecade2df06b9d2e3d794522ac99ad044d4affd78f /NEWS
parent09e06d941624b6e69b4a54a41c23b93292a354d6 (diff)
downloadmpd-fa3899f7b0e6c3250f3cb38ac4f9a07d0ab80874.tar.gz
mpd-fa3899f7b0e6c3250f3cb38ac4f9a07d0ab80874.tar.xz
mpd-fa3899f7b0e6c3250f3cb38ac4f9a07d0ab80874.zip
input_curl: call curl_multi_info_read() in constructor
To check for early connect failures, call curl_multi_info_read() in the constructor input_curl_open(). This fixes an assertion failure.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3c562472b..fe356d045 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,7 @@ MPD 0.14.1 - not yet released
* input_curl:
- use select() to eliminate busy loop during connect
- honour http_proxy_* config directives
+ - fix assertion failure on "connection refused"
* log: automatically append newline
* fix setenv() conflict on Solaris
* configure.ac: check for pkg-config before using it