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:
		@@ -484,7 +484,10 @@ static int finishHTTPInit(InputStream * inStream) {
 | 
				
			|||||||
				"%s" /* authorization */	
 | 
									"%s" /* authorization */	
 | 
				
			||||||
                             	"Icy-Metadata:1\r\n"
 | 
					                             	"Icy-Metadata:1\r\n"
 | 
				
			||||||
                             	"\r\n",
 | 
					                             	"\r\n",
 | 
				
			||||||
                             	data->path, data->host, "httpTest", "0.0.0",
 | 
					                             	data->path, 
 | 
				
			||||||
 | 
									data->host, 
 | 
				
			||||||
 | 
									PACKAGE_NAME, 
 | 
				
			||||||
 | 
									PACKAGE_VERSION,
 | 
				
			||||||
				
 | 
									
 | 
				
			||||||
                             	/*inStream->offset,*/
 | 
					                             	/*inStream->offset,*/
 | 
				
			||||||
				data->proxyAuth ? data->proxyAuth : 
 | 
									data->proxyAuth ? data->proxyAuth : 
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user