aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-10-11 23:13:49 +0200
committerMax Kellermann <max@duempel.org>2009-10-11 23:13:49 +0200
commitaf92b1c2d815befec7bd9541e76c5402bcbf05c4 (patch)
treee4715e53cc1a17bfa617f2f428b4b54feb00eed8 /NEWS
parent016558093ba9fa7bd030367e50feca303fb012ca (diff)
downloadmpd-af92b1c2d815befec7bd9541e76c5402bcbf05c4.tar.gz
mpd-af92b1c2d815befec7bd9541e76c5402bcbf05c4.tar.xz
mpd-af92b1c2d815befec7bd9541e76c5402bcbf05c4.zip
input/curl: don't abort if a packet has only metadata
When a received chunk of data has only icy-metadata, there was no usable data left for input_curl_read() to return, and thus it returned 0 bytes. "0" however is a special value for "end of file" or "error". This patch makes input_curl_read() read more data from the socket, until the read request can be fulfilled (or until there's really EOF).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3847f0eda..9ece8b56b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
ver 0.15.5 (2009/??/??)
+* input:
+ - curl: don't abort if a packet has only metadata
ver 0.15.4 (2009/10/03)