diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-04-30 15:33:42 -0700 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-04-30 15:33:42 -0700 |
commit | 4d0870aee42ede6ecced8ddbbb6ab3626db3d96f (patch) | |
tree | ead9f70a75e68f8cd6e51ba990ec3eecb3e8b897 /src/libutil/http.h | |
parent | 9859e50cf9264666871b40a352937a23af6359be (diff) | |
download | rspamd-4d0870aee42ede6ecced8ddbbb6ab3626db3d96f.tar.gz rspamd-4d0870aee42ede6ecced8ddbbb6ab3626db3d96f.zip |
Save status for HTTP errors.
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; |