From 011bdc22b2b46ed3418c87fb4b9285877415cb55 Mon Sep 17 00:00:00 2001 From: shantanugadgil Date: Mon, 8 Oct 2012 09:55:33 +0530 Subject: [PATCH] Update mongoose.c Add default MIME type for xsl --- mongoose.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mongoose.c b/mongoose.c index 156c598d..9d976e37 100644 --- a/mongoose.c +++ b/mongoose.c @@ -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"},