diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-02-19 18:04:03 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-02-19 18:04:03 +0000 |
commit | 1dcc9a69cc63708cb30899202ddd945ff64844f0 (patch) | |
tree | 4fd5936f6a437765f47fe8d06f7ea1ac918be699 /test/rspamd_http_test.c | |
parent | 3f00d108df7c99edd5cb45e34d232a80e159caa3 (diff) | |
download | rspamd-1dcc9a69cc63708cb30899202ddd945ff64844f0.tar.gz rspamd-1dcc9a69cc63708cb30899202ddd945ff64844f0.zip |
[Minor] Disable broken http bench
Diffstat (limited to 'test/rspamd_http_test.c')
-rw-r--r-- | test/rspamd_http_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rspamd_http_test.c b/test/rspamd_http_test.c index f58d20d11..b81cc0b8b 100644 --- a/test/rspamd_http_test.c +++ b/test/rspamd_http_test.c @@ -17,6 +17,7 @@ #include "rspamd.h" #include "util.h" #include "libutil/http_connection.h" +#include "libutil/http_router.h" #include "libutil/http_private.h" #include "tests.h" #include "ottery.h" |