change the http identification string to package_name/package_version
git-svn-id: https://svn.musicpd.org/mpd/trunk@2896 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
9999a20c12
commit
1c8b2de44b
@ -484,7 +484,10 @@ static int finishHTTPInit(InputStream * inStream) {
|
||||
"%s" /* authorization */
|
||||
"Icy-Metadata:1\r\n"
|
||||
"\r\n",
|
||||
data->path, data->host, "httpTest", "0.0.0",
|
||||
data->path,
|
||||
data->host,
|
||||
PACKAGE_NAME,
|
||||
PACKAGE_VERSION,
|
||||
|
||||
/*inStream->offset,*/
|
||||
data->proxyAuth ? data->proxyAuth :
|
||||
|
Loading…
Reference in New Issue
Block a user