diff options
author | Max Kellermann <max@duempel.org> | 2009-01-15 16:12:11 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-15 16:12:11 +0100 |
commit | d080677b15df42e3d61aa15e3319cfb099a060a2 (patch) | |
tree | 130023b389a790cfe5d2bd99cae1a059f9b4edf5 /NEWS | |
parent | e9311545f5e101289a6d1f1b54eface70cf83717 (diff) | |
download | mpd-d080677b15df42e3d61aa15e3319cfb099a060a2.tar.gz mpd-d080677b15df42e3d61aa15e3319cfb099a060a2.tar.xz mpd-d080677b15df42e3d61aa15e3319cfb099a060a2.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 '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |