diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-08-04 16:00:14 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-08-04 16:00:14 +0100 |
commit | de16089822abd364dbe73b1f7ebd45dd185934b4 (patch) | |
tree | 2eb63b8905943338669e31613019f74c47d9f229 /src/libutil/http_private.h | |
parent | feef96256730fd94afe3ea4e5d51db9763f2e535 (diff) | |
download | rspamd-de16089822abd364dbe73b1f7ebd45dd185934b4.tar.gz rspamd-de16089822abd364dbe73b1f7ebd45dd185934b4.zip |
[Fix] Restore multiple values in headers processing
Diffstat (limited to 'src/libutil/http_private.h')
-rw-r--r-- | src/libutil/http_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/http_private.h b/src/libutil/http_private.h index 49575c03c..1433e37e4 100644 --- a/src/libutil/http_private.h +++ b/src/libutil/http_private.h @@ -30,6 +30,7 @@ struct rspamd_http_header { rspamd_ftok_t *value; rspamd_fstring_t *combined; UT_hash_handle hh; + struct rspamd_http_header *prev, *next; }; /** |