Skip to content

Commit

Permalink
[haproxy] Minor fix (#3928)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKorczynski authored Jun 3, 2020
1 parent 934c770 commit 15d4c55
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit 15d4c55

Please sign in to comment.