aboutsummaryrefslogtreecommitdiffstats
path: root/main/http.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-05 15:47:17 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-05 15:47:17 +0000
commit0f65292a8ffb0c6a68fe2335303c52445ddb1e0b (patch)
tree91fe898b726a9247643463a47a974cab3af1911a /main/http.c
parent0706d8c734f08a56ba4445f26218cf5fc2d437fd (diff)
Add the MIME type for gif by request from Pari
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@60265 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/http.c')
-rw-r--r--main/http.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/http.c b/main/http.c
index cf0962533..bd140279f 100644
--- a/main/http.c
+++ b/main/http.c
@@ -86,6 +86,7 @@ static struct {
{ "wav", "audio/x-wav" },
{ "mp3", "audio/mpeg" },
{ "svg", "image/svg+xml" },
+ { "gif", "image/gif" },
};
static char *ftype2mtype(const char *ftype, char *wkspace, int wkspacelen)