aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-15 16:12:22 +0100
committerMax Kellermann <max@duempel.org>2009-01-15 16:12:22 +0100
commita9cfa6023f6c8991aac622d1f51619922cf4ed02 (patch)
tree21e6a3929c534a41b65e998145518daf4cb71b4f /NEWS
parentd080677b15df42e3d61aa15e3319cfb099a060a2 (diff)
downloadmpd-a9cfa6023f6c8991aac622d1f51619922cf4ed02.tar.gz
mpd-a9cfa6023f6c8991aac622d1f51619922cf4ed02.tar.xz
mpd-a9cfa6023f6c8991aac622d1f51619922cf4ed02.zip
input_curl: set "ready" flag on EOF
Set the "ready" flag for empty resources.
Diffstat (limited to '')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cd2ed41cf..3a1e2a893 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,7 @@ MPD 0.14.1 - not yet released
- use select() to eliminate busy loop during connect
- honour http_proxy_* config directives
- fix assertion failure on "connection refused"
+ - fix assertion failure with empty HTTP responses
* log: automatically append newline
* fix setenv() conflict on Solaris
* configure.ac: check for pkg-config before using it