From 1c05280b5cd23c94ed10c2a9415a500393100285 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Sun, 22 Apr 2018 01:24:45 +0000 Subject: HSTS: add parser for Strict-Transport-Security --- utils/http/content-type.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/http/content-type.c') diff --git a/utils/http/content-type.c b/utils/http/content-type.c index f84da8c8e..d4279f512 100644 --- a/utils/http/content-type.c +++ b/utils/http/content-type.c @@ -68,7 +68,7 @@ nserror http_parse_content_type(const char *header_value, http__skip_LWS(&pos); if (*pos == ';') { - error = http__item_list_parse(&pos, + error = http__item_list_parse(&pos, http__parse_parameter, NULL, ¶ms); if (error != NSERROR_OK && error != NSERROR_NOT_FOUND) { lwc_string_unref(subtype); -- cgit v1.2.3