[svn-commits] russell: branch 1.4 r60265 - /branches/1.4/main/http.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Thu Apr 5 08:47:17 MST 2007


Author: russell
Date: Thu Apr  5 10:47:17 2007
New Revision: 60265

URL: http://svn.digium.com/view/asterisk?view=rev&rev=60265
Log:
Add the MIME type for gif by request from Pari

Modified:
    branches/1.4/main/http.c

Modified: branches/1.4/main/http.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/http.c?view=diff&rev=60265&r1=60264&r2=60265
==============================================================================
--- branches/1.4/main/http.c (original)
+++ branches/1.4/main/http.c Thu Apr  5 10:47:17 2007
@@ -86,6 +86,7 @@
 	{ "wav", "audio/x-wav" },
 	{ "mp3", "audio/mpeg" },
 	{ "svg", "image/svg+xml" },
+	{ "gif", "image/gif" },
 };
 
 static char *ftype2mtype(const char *ftype, char *wkspace, int wkspacelen)



More information about the svn-commits mailing list