aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/http.c b/http.c
index 3862fa7..bf0bfda 100644
--- a/http.c
+++ b/http.c
@@ -1303,7 +1303,7 @@ static int mf_header_cr_line(struct http_ctx *const h)
if (ret)
return ret;
- else if (!strncmp(line, "Content-Disposition", n)
+ else if (!strncasecmp(line, "Content-Disposition", n)
&& (ret = set_content_disposition(h, value)))
return ret;