Update mongoose.c

Add default MIME type for xsl
This commit is contained in:
shantanugadgil 2012-10-08 09:55:33 +05:30
parent b437d56736
commit 011bdc22b2

View File

@ -1889,6 +1889,7 @@ static const struct {
{".xml", 4, "text/xml"},
{".json", 5, "text/json"},
{".xslt", 5, "application/xml"},
{".xsl", 4, "application/xml"},
{".ra", 3, "audio/x-pn-realaudio"},
{".doc", 4, "application/msword"},
{".exe", 4, "application/octet-stream"},