From 7e2cbdee0575a16211a76d3c9b8afaca09894fa6 Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Sun, 3 Jun 2007 19:46:03 +0000 Subject: Removing that space that was recently added to the "Icy-Metadata: 1" HTTP header. While this is odd for an HTTP header, it's actually quite common for streaming clients to send it without a space. Some clients do send with a space as well, but without one has always worked fine and may in fact be more compatible. git-svn-id: https://svn.musicpd.org/mpd/trunk@6472 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/inputStream_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inputStream_http.c b/src/inputStream_http.c index 9235157d..1da09c82 100644 --- a/src/inputStream_http.c +++ b/src/inputStream_http.c @@ -470,7 +470,7 @@ static int finishHTTPInit(InputStream * inStream) "User-Agent: %s/%s\r\n" "Range: bytes=%ld-\r\n" "%s" /* authorization */ - "Icy-Metadata: 1\r\n" + "Icy-Metadata:1\r\n" "\r\n", data->path, data->host, PACKAGE_NAME, PACKAGE_VERSION, -- cgit v1.2.3