Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Commit

Permalink
Update HttpUtils.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Aug 4, 2019
1 parent 04bd32f commit e91e678
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ServiceStack.Text/HttpUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1563,6 +1563,7 @@ public static string GetMimeType(string fileNameOrExt)
case "chm":
case "class":
case "cur":
case "db":
case "dat":
case "deploy":
case "dll":
Expand All @@ -1585,6 +1586,7 @@ public static string GetMimeType(string fileNameOrExt)
case "sea":
case "snp":
case "so":
case "sqlite":
case "toc":
case "u32":
case "xmp":
Expand Down

0 comments on commit e91e678

Please sign in to comment.