From 704f057384948c134bcb9b45c7ecfdddb627330f Mon Sep 17 00:00:00 2001
From: cry-inc <manuel@caputo.de>
Date: Wed, 30 Apr 2014 10:30:35 +0200
Subject: [PATCH] Fixed wrong MIME type for .rar files

---
 mongoose.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mongoose.c b/mongoose.c
index 97e15038a..d39709e31 100644
--- a/mongoose.c
+++ b/mongoose.c
@@ -1259,7 +1259,7 @@ static const struct {
   {".tar", 4, "application/x-tar"},
   {".gz",  3, "application/x-gunzip"},
   {".arj", 4, "application/x-arj-compressed"},
-  {".rar", 4, "application/x-arj-compressed"},
+  {".rar", 4, "application/x-rar-compressed"},
   {".rtf", 4, "application/rtf"},
   {".pdf", 4, "application/pdf"},
   {".swf", 4, "application/x-shockwave-flash"},
-- 
GitLab