diff --git a/utils/http.c b/utils/http.c index 65c82d39e..71c8a216e 100644 --- a/utils/http.c +++ b/utils/http.c @@ -312,11 +312,6 @@ nserror http_parse_content_type(const char *header_value, char **media_type, pos++; if (*pos == ';') { - pos++; - - while (*pos == ' ' || *pos == '\t') - pos++; - error = http_parse_parameter_list(&pos, ¶ms); if (error != NSERROR_OK) { free(subtype);