diff options
Diffstat (limited to 'src/libutil/http.h')
-rw-r--r-- | src/libutil/http.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/http.h b/src/libutil/http.h index a76135616..695f23896 100644 --- a/src/libutil/http.h +++ b/src/libutil/http.h @@ -53,6 +53,7 @@ struct rspamd_http_header { */ struct rspamd_http_message { GString *url; + GString *status; struct rspamd_http_header *headers; GString *body; enum http_parser_type type; |