소스 검색

Merge pull request #39 from shantanugadgil/patch-1

Add mime type for .xsl
Sergey Lyubka 12 년 전
부모
커밋
a0b037d288
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"},