[xiph-commits] r8154 - icecast/trunk/icecast/src
karl at motherfish-iii.xiph.org
karl at motherfish-iii.xiph.org
Mon Nov 1 15:41:58 PST 2004
Author: karl
Date: 2004-11-01 15:41:58 -0800 (Mon, 01 Nov 2004)
New Revision: 8154
Modified:
icecast/trunk/icecast/src/fserve.c
Log:
add fallback mime type for css
Modified: icecast/trunk/icecast/src/fserve.c
===================================================================
--- icecast/trunk/icecast/src/fserve.c 2004-10-31 23:45:49 UTC (rev 8153)
+++ icecast/trunk/icecast/src/fserve.c 2004-11-01 23:41:58 UTC (rev 8154)
@@ -331,6 +331,8 @@
return "audio/mpeg";
else if(!strcmp(ext, "html"))
return "text/html";
+ else if(!strcmp(ext, "css"))
+ return "text/css";
else if(!strcmp(ext, "txt"))
return "text/plain";
else
More information about the commits
mailing list