mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-26 03:59:00 +08:00
Update mongoose.c
Add default MIME type for xsl
This commit is contained in:
parent
b437d56736
commit
011bdc22b2
@ -1889,6 +1889,7 @@ static const struct {
|
|||||||
{".xml", 4, "text/xml"},
|
{".xml", 4, "text/xml"},
|
||||||
{".json", 5, "text/json"},
|
{".json", 5, "text/json"},
|
||||||
{".xslt", 5, "application/xml"},
|
{".xslt", 5, "application/xml"},
|
||||||
|
{".xsl", 4, "application/xml"},
|
||||||
{".ra", 3, "audio/x-pn-realaudio"},
|
{".ra", 3, "audio/x-pn-realaudio"},
|
||||||
{".doc", 4, "application/msword"},
|
{".doc", 4, "application/msword"},
|
||||||
{".exe", 4, "application/octet-stream"},
|
{".exe", 4, "application/octet-stream"},
|
||||||
|
Loading…
Reference in New Issue
Block a user