Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[haproxy] Minor fix #3928

Merged
merged 8 commits into from
Jun 3, 2020
4 changes: 3 additions & 1 deletion projects/haproxy/fuzz_hpack_decode.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
* #
* ################################################################################
* */

#define HPACK_STANDALONE

#include <stdint.h>
#include <string.h>
#include <stdlib.h>
Expand All @@ -27,7 +30,6 @@
#include <common/chunk.h>
#include <common/hpack-dec.h>
#include <common/mini-clist.h>
#define HPACK_STANDALONE

#define MAX_RQ_SIZE 65536
#define MAX_HDR_NUM 1000
Expand Down