aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil')
-rw-r--r--src/libutil/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/http.c b/src/libutil/http.c
index 70564668c..b994907df 100644
--- a/src/libutil/http.c
+++ b/src/libutil/http.c
@@ -1070,7 +1070,7 @@ rspamd_http_message_from_url (const gchar *url)
}
memset (&pu, 0, sizeof (pu));
- if (http_parser_parse_url (url, strlen (url), TRUE, &pu) != 0) {
+ if (http_parser_parse_url (url, strlen (url), FALSE, &pu) != 0) {
msg_warn ("cannot parse URL: %s", url);
return NULL;
}