From 02de13af4e812e81c882fa33683429c65a475099 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 18 Mar 2019 15:56:45 +0000 Subject: [Minor] Simplify host element handling in HTTP message --- src/libutil/http_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libutil/http_private.h') diff --git a/src/libutil/http_private.h b/src/libutil/http_private.h index dd4ca3435..fbc4c17e3 100644 --- a/src/libutil/http_private.h +++ b/src/libutil/http_private.h @@ -43,7 +43,7 @@ struct rspamd_http_header { */ struct rspamd_http_message { rspamd_fstring_t *url; - rspamd_fstring_t *host; + GString *host; rspamd_fstring_t *status; struct rspamd_http_header *headers; -- cgit v1.2.3