Selaa lähdekoodia

Update mongoose.c

Add default MIME type for xsl
shantanugadgil 12 vuotta sitten
vanhempi
commit
011bdc22b2
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      mongoose.c

+ 1 - 0
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"},