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

Commit e91e678

Browse files
committed
Update HttpUtils.cs
1 parent 04bd32f commit e91e678

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ServiceStack.Text/HttpUtils.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,6 +1563,7 @@ public static string GetMimeType(string fileNameOrExt)
15631563
case "chm":
15641564
case "class":
15651565
case "cur":
1566+
case "db":
15661567
case "dat":
15671568
case "deploy":
15681569
case "dll":
@@ -1585,6 +1586,7 @@ public static string GetMimeType(string fileNameOrExt)
15851586
case "sea":
15861587
case "snp":
15871588
case "so":
1589+
case "sqlite":
15881590
case "toc":
15891591
case "u32":
15901592
case "xmp":

0 commit comments

Comments
 (0)