diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-03-18 15:56:45 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-03-18 15:56:45 +0000 |
commit | 02de13af4e812e81c882fa33683429c65a475099 (patch) | |
tree | 02783208db09cb0bb1cff5c05f993d0f07aa93a3 /src/libutil/http_private.h | |
parent | f0dc58b678766902780598c9cdffed8188e070f5 (diff) | |
download | rspamd-02de13af4e812e81c882fa33683429c65a475099.tar.gz rspamd-02de13af4e812e81c882fa33683429c65a475099.zip |
[Minor] Simplify host element handling in HTTP message
Diffstat (limited to 'src/libutil/http_private.h')
-rw-r--r-- | src/libutil/http_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |