[xiph-commits] r18807 - icecast/trunk/icecast/src
ph3-der-loewe at svn.xiph.org
ph3-der-loewe at svn.xiph.org
Sun Feb 24 06:25:37 PST 2013
Author: ph3-der-loewe
Date: 2013-02-24 06:25:37 -0800 (Sun, 24 Feb 2013)
New Revision: 18807
Modified:
icecast/trunk/icecast/src/admin.c
Log:
corrected mime type of plain text mount point list, thanks to cato
Modified: icecast/trunk/icecast/src/admin.c
===================================================================
--- icecast/trunk/icecast/src/admin.c 2013-02-24 02:12:35 UTC (rev 18806)
+++ icecast/trunk/icecast/src/admin.c 2013-02-24 14:25:37 UTC (rev 18807)
@@ -1031,7 +1031,7 @@
{
util_http_build_header(client->refbuf->data, PER_CLIENT_REFBUF_SIZE, 0,
0, 200, NULL,
- "text/html", NULL,
+ "text/plain", NULL,
"");
client->refbuf->len = strlen (client->refbuf->data);
client->respcode = 200;
More information about the commits
mailing list