From af92b1c2d815befec7bd9541e76c5402bcbf05c4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 11 Oct 2009 23:13:49 +0200 Subject: 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). --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') 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) -- cgit v1.2.3