From d080677b15df42e3d61aa15e3319cfb099a060a2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 15 Jan 2009 16:12:11 +0100 Subject: 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. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index ba0574a8b..cd2ed41cf 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,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 -- cgit v1.2.3