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
This commit is contained in:
parent
d5596a1cf0
commit
7e2cbdee05
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user