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:
Warren Dukes 2005-01-23 03:27:53 +00:00
parent 9999a20c12
commit 1c8b2de44b

View File

@ -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 :