summaryrefslogtreecommitdiff
path: root/res/res_http_media_cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_http_media_cache.c')
-rw-r--r--res/res_http_media_cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_http_media_cache.c b/res/res_http_media_cache.c
index eba7ecc61..bca576372 100644
--- a/res/res_http_media_cache.c
+++ b/res/res_http_media_cache.c
@@ -84,6 +84,7 @@ static size_t curl_header_callback(char *buffer, size_t size, size_t nitems, voi
if (strcasecmp(header, "ETag")
&& strcasecmp(header, "Cache-Control")
&& strcasecmp(header, "Last-Modified")
+ && strcasecmp(header, "Content-Type")
&& strcasecmp(header, "Expires")) {
return realsize;
}