Commit 011bdc22 authored by shantanugadgil's avatar shantanugadgil

Update mongoose.c

Add default MIME type for xsl
parent b437d567
......@@ -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"},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment