diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-08-12 21:57:01 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-08-12 21:57:01 +0100 |
commit | eaddd226401393ff96b1f9505e1b530c59bc5504 (patch) | |
tree | 0f1070e67e7544c1f464fca4ec5bf487ff24a8bd /src/libutil/http.h | |
parent | e1445e75f907d3a7bf8f80a7e1039044b05794be (diff) | |
download | rspamd-eaddd226401393ff96b1f9505e1b530c59bc5504.tar.gz rspamd-eaddd226401393ff96b1f9505e1b530c59bc5504.zip |
[Feature] Add gzip compression support for rspamd controller
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 e2e332d6f..3696c4e18 100644 --- a/src/libutil/http.h +++ b/src/libutil/http.h @@ -124,6 +124,7 @@ struct rspamd_http_connection_entry { struct rspamd_http_connection *conn; gpointer ud; gboolean is_reply; + gboolean support_gzip; struct rspamd_http_connection_entry *prev, *next; }; |