summaryrefslogtreecommitdiff
path: root/utils/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/http.c')
-rw-r--r--utils/http.c5
1 files changed, 0 insertions, 5 deletions
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, &params);
if (error != NSERROR_OK) {
free(subtype);